diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 14:52:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 14:52:36 -0600 |
| commit | a6a7f55d5b191ca642146e2bc79be64b4a902c2c (patch) | |
| tree | cda9b6c85dc1c874aed6392fcee7085ece970cff | |
| parent | eff317620c6a9cdb4e6cdd95b8d48c899889ef32 (diff) | |
old names from before new repov0.0.4
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | log.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |
