old names from before seperate toolkit repos

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

View File

@ -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")