Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Verbose = Silent
Functions ¶
func Println ¶
func Println(a ...interface{})
Types ¶
type VerboseKind ¶
type VerboseKind int
const ( Silent VerboseKind = iota Print Log )
func BeVerbose ¶
func BeVerbose(kind VerboseKind) (old VerboseKind)
func (VerboseKind) Revert ¶
func (old VerboseKind) Revert()
Click to show internal directories.
Click to hide internal directories.