old names from before new repo
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
eff317620c
commit
a6a7f55d5b
4
log.go
4
log.go
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue