Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Config struct { Enabled bool }
Config is a global debug configuration.
Functions ¶
func PrintDebug ¶ added in v1.2.0
func PrintDebug(p Printer)
func SetTestLogger ¶
Types ¶
type Logger ¶
type Logger interface {
Logf(format string, args ...interface{})
Log(args ...interface{})
}
func NewTestLogger ¶
Click to show internal directories.
Click to hide internal directories.