mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
log: golint fixes
This commit is contained in:
parent
213b5563d9
commit
f2f47f95ce
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
root = &logger{[]interface{}{}, new(swapHandler)}
|
root = &logger{[]interface{}{}, new(swapHandler)}
|
||||||
// StdoutHandler is the standard output handler
|
// StdoutHandler is the standard output handler
|
||||||
StdoutHandler = StreamHandler(os.Stdout, LogfmtFormat())
|
StdoutHandler = StreamHandler(os.Stdout, LogfmtFormat())
|
||||||
// StderrHandler is the standard error handler
|
// StderrHandler is the standard error handler
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue