summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
Diffstat (limited to 'args.go')
-rw-r--r--args.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/args.go b/args.go
index 36961c0..92420ec 100644
--- a/args.go
+++ b/args.go
@@ -7,10 +7,12 @@ import (
)
var GADGETS *log.LogFlag
+var WARN *log.LogFlag
func init() {
full := "go.wit.com/gui"
short := "gadgets"
GADGETS = log.NewFlag("GADGETS", false, full, short, "General Info")
+ WARN = log.NewFlag("WARN", true, full, short, "gadgets bad")
}