summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
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")