Support for 1.0.0 release

This commit is contained in:
Nate Brown
2019-11-19 10:31:59 -08:00
parent f22b4b584d
commit c4c334fedb
5 changed files with 33 additions and 12 deletions

View File

@@ -0,0 +1,4 @@
package main
const NoSuchFileError = "no such file or directory"
const NoSuchDirError = "no such file or directory"