mirror of
https://github.com/slackhq/nebula.git
synced 2025-02-12 00:38:51 +00:00
4 lines
117 B
Go
4 lines
117 B
Go
package main
|
|
|
|
const NoSuchFileError = "no such file or directory"
|
|
const NoSuchDirError = "no such file or directory"
|