diff options
| author | Jeff Carr <[email protected]> | 2024-01-03 13:25:07 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-03 13:25:07 -0600 |
| commit | 138f72728cbbd10ea3d64888a6482d4c1a21718e (patch) | |
| tree | e576a50b811053ee07d278532f50582e17d73b6e /args.go | |
| parent | e14770e94c9ec126a3d418d6d2b2f15ef8cf1607 (diff) | |
moved to using 'gui/debugger'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ import ( "time" arg "github.com/alexflint/go-arg" "go.wit.com/log" - "go.wit.com/gui/gui" + "go.wit.com/gui/debugger" ) var args struct { @@ -37,7 +37,7 @@ func init() { SPEW.Desc = "spew logging" SPEW.Register() - if gui.ArgDebug() { + if debugger.ArgDebug() { log.Log(true, "INIT() gui debug == true") } else { log.Log(true, "INIT() gui debug == false") |
