mirror of
https://github.com/rwinkhart/go-boilerplate.git
synced 2026-09-06 09:07:15 -04:00
Initial code commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package back
|
||||
|
||||
import "os"
|
||||
|
||||
var Home, _ = os.UserHomeDir()
|
||||
|
||||
const (
|
||||
AnsiError = "\033[38;5;9m"
|
||||
AnsiReset = "\033[0m"
|
||||
|
||||
ErrorRead = 101
|
||||
ErrorWrite = 102
|
||||
ErrorTargetNotFound = 105
|
||||
ErrorTargetWrongType = 107
|
||||
ErrorOther = 111
|
||||
)
|
||||
Reference in New Issue
Block a user