log: golint fixes

This commit is contained in:
Mike Kinney 2019-12-09 23:22:35 -08:00
parent 213b5563d9
commit f2f47f95ce

View file

@ -5,7 +5,7 @@ import (
)
var (
root = &logger{[]interface{}{}, new(swapHandler)}
root = &logger{[]interface{}{}, new(swapHandler)}
// StdoutHandler is the standard output handler
StdoutHandler = StreamHandler(os.Stdout, LogfmtFormat())
// StderrHandler is the standard error handler