old names from before seperate toolkit repos
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
f25caa5b5c
commit
c3c93fc942
4
args.go
4
args.go
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue