diff options
| author | Jeff Carr <[email protected]> | 2024-01-03 14:36:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-03 14:36:16 -0600 |
| commit | 674c733d54319b09592df3731901ae2860e72201 (patch) | |
| tree | 88095bec6fcfdfab67bc4379efb1b528c089c1cd /argv.go | |
| parent | 5aacba7ff2ca5936bbe48449cd5728ad582bc3cf (diff) | |
using 'gui/debugger'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -6,13 +6,9 @@ package main import ( arg "github.com/alexflint/go-arg" - "go.wit.com/log" - - "go.wit.com/gui/gui" ) func init() { arg.MustParse() - log.Info("INIT() gui args.ArgDebug =", gui.ArgDebug()) } |
