Documentation ¶
Overview ¶
Package debug provides debugging utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Enabled = false
Functions ¶
func Printf ¶
func Printf(format string, v ...interface{})
Printf works like log.Printf, but only when debugging is enabled.
func Println ¶
func Println(v ...interface{})
Println works like log.Println, but only when debugging is enabled.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.