summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 14:53:22 -0600
committerJeff Carr <[email protected]>2024-01-18 14:53:22 -0600
commitc3c93fc942e0e1a0ba63c278677aae3affd13f39 (patch)
tree6f8b150606d7f430027777cb38547281dd7675fa
parentf25caa5b5c1ddf470b782344f25595e6f8bf76d0 (diff)
old names from before seperate toolkit reposv0.0.3
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--args.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/args.go b/args.go
index eca1db9..f4f7aaa 100644
--- a/args.go
+++ b/args.go
@@ -19,8 +19,8 @@ var WARN *log.LogFlag
var ERROR *log.LogFlag
func init() {
- full := "toolkit/nocui"
- short := "nocui"
+ full := "go.wit.com/toolkits/gocui"
+ short := "gocui"
NOW = log.NewFlag("NOW", true, full, short, "temp debugging stuff")
INFO = log.NewFlag("INFO", false, full, short, "normal debugging stuff")