mirror of
https://github.com/slackhq/nebula.git
synced 2026-04-02 18:25:17 +02:00
5 lines
151 B
Go
5 lines
151 B
Go
package main
|
|
|
|
const NoSuchFileError = "The system cannot find the file specified."
|
|
const NoSuchDirError = "The system cannot find the path specified."
|