mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-08 22:03:58 +01:00
5 lines
117 B
Go
5 lines
117 B
Go
package main
|
|
|
|
const NoSuchFileError = "no such file or directory"
|
|
const NoSuchDirError = "no such file or directory"
|