mirror of
https://github.com/slackhq/nebula.git
synced 2025-02-19 11:43:51 +00:00
4 lines
151 B
Go
4 lines
151 B
Go
package main
|
|
|
|
const NoSuchFileError = "The system cannot find the file specified."
|
|
const NoSuchDirError = "The system cannot find the path specified."
|