summaryrefslogtreecommitdiff
path: root/log.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 14:52:36 -0600
committerJeff Carr <[email protected]>2024-01-18 14:52:36 -0600
commita6a7f55d5b191ca642146e2bc79be64b4a902c2c (patch)
treecda9b6c85dc1c874aed6392fcee7085ece970cff /log.go
parenteff317620c6a9cdb4e6cdd95b8d48c899889ef32 (diff)
old names from before new repov0.0.4
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'log.go')
-rw-r--r--log.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/log.go b/log.go
index e7f4163..dc7de45 100644
--- a/log.go
+++ b/log.go
@@ -19,8 +19,8 @@ var CHANGE *log.LogFlag
var TOOLKIT *log.LogFlag
func init() {
- full := "toolkit/nocui"
- short := "nocui"
+ full := "go.wit.com/toolkits/andlabs"
+ short := "andlabs"
NOW = log.NewFlag("NOW", true, full, short, "temp debugging stuff")
INFO = log.NewFlag("INFO", false, full, short, "normal debugging stuff")