old names from before new repo

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-18 14:52:36 -06:00
parent eff317620c
commit a6a7f55d5b
1 changed files with 2 additions and 2 deletions

4
log.go
View File

@ -19,8 +19,8 @@ var CHANGE *log.LogFlag
var TOOLKIT *log.LogFlag var TOOLKIT *log.LogFlag
func init() { func init() {
full := "toolkit/nocui" full := "go.wit.com/toolkits/andlabs"
short := "nocui" short := "andlabs"
NOW = log.NewFlag("NOW", true, full, short, "temp debugging stuff") NOW = log.NewFlag("NOW", true, full, short, "temp debugging stuff")
INFO = log.NewFlag("INFO", false, full, short, "normal debugging stuff") INFO = log.NewFlag("INFO", false, full, short, "normal debugging stuff")