test first I guess
This commit is contained in:
parent
1b0c2e1764
commit
70ea61f22f
|
@ -15,9 +15,8 @@ import (
|
|||
)
|
||||
|
||||
var Default = New(os.Stderr, true)
|
||||
|
||||
var bold = color2.New(color2.Bold)
|
||||
var boldred = *bold.Add(color2.FgRed)
|
||||
var boldred = color2.New(color2.Bold, color2.FgRed)
|
||||
|
||||
var Strings = [...]string{
|
||||
log.DebugLevel: "DEBUG",
|
||||
|
|
Loading…
Reference in New Issue
Block a user