diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 14:53:22 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 14:53:22 -0600 |
| commit | c3c93fc942e0e1a0ba63c278677aae3affd13f39 (patch) | |
| tree | 6f8b150606d7f430027777cb38547281dd7675fa | |
| parent | f25caa5b5c1ddf470b782344f25595e6f8bf76d0 (diff) | |
old names from before seperate toolkit reposv0.0.3
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | args.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |
