summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-03 13:25:07 -0600
committerJeff Carr <[email protected]>2024-01-03 13:25:07 -0600
commit138f72728cbbd10ea3d64888a6482d4c1a21718e (patch)
treee576a50b811053ee07d278532f50582e17d73b6e /args.go
parente14770e94c9ec126a3d418d6d2b2f15ef8cf1607 (diff)
moved to using 'gui/debugger'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'args.go')
-rw-r--r--args.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/args.go b/args.go
index 49f07b1..39a2ee6 100644
--- a/args.go
+++ b/args.go
@@ -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")