summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-03 22:10:13 -0600
committerJeff Carr <[email protected]>2024-01-03 22:10:13 -0600
commit973f6411f4a59dcf21a8151d21578775deb340e0 (patch)
tree7cd008f5ff5b3e8960dc26e73e4ac1297f7faa7d /args.go
parentcbf944b0b305800cb07b2aab380d882c66bee94a (diff)
more learning/debugging codev0.2.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'args.go')
-rw-r--r--args.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/args.go b/args.go
index 5ff1f58..65a2cb0 100644
--- a/args.go
+++ b/args.go
@@ -4,7 +4,7 @@ package debugger
import (
arg "github.com/alexflint/go-arg"
- log "go.wit.com/log"
+ "go.wit.com/log"
)
var INFO log.LogFlag