diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -6,12 +6,8 @@ package main import ( arg "github.com/alexflint/go-arg" - "go.wit.com/gui/gui" - "go.wit.com/log" ) - func init() { arg.MustParse() - log.Bool(true, "INIT() args.ArgDebug =", gui.ArgDebug()) } |
