summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 89c5177..90a0f14 100644
--- a/structs.go
+++ b/structs.go
@@ -15,6 +15,9 @@ var APPNAME string
var BUILDTIME string
var VERSION string
+var goodExit func(string)
+var badExit func(string, error)
+
var argv []string
var NotInitialized error = errors.New("your application config not initialized")