Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoOp = Func(func(format string, args ...interface{}) {})
NoOp logger
View Source
var Std = Func(func(format string, args ...interface{}) { log.Printf(format, args...) })
Std logger
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.