run gofumpt
This commit is contained in:
@@ -15,9 +15,11 @@ import (
|
||||
"github.com/mattn/go-colorable"
|
||||
)
|
||||
|
||||
var Default = New(os.Stderr, true)
|
||||
var bold = color2.New(color2.Bold)
|
||||
var boldred = color2.New(color2.Bold, color2.FgRed)
|
||||
var (
|
||||
Default = New(os.Stderr, true)
|
||||
bold = color2.New(color2.Bold)
|
||||
boldred = color2.New(color2.Bold, color2.FgRed)
|
||||
)
|
||||
|
||||
var Strings = [...]string{
|
||||
log.DebugLevel: "DEBUG",
|
||||
|
||||
Reference in New Issue
Block a user