package gadgets // initializes logging and command line options import ( "go.wit.com/log" ) var GADGETS *log.LogFlag func init() { full := "go.wit.com/gui" short := "gadgets" GADGETS = log.NewFlag("GADGETS", false, full, short, "General Info") }