Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ColorNone is the color of normal stdout. ColorNone = none // ColorDebug is the color sequence uses for // debug output. ColorDebug = blue // ColorInfo is the color sequence uses for // info output. ColorInfo = cyan // ColorWarn is the color sequence uses for // warn output. ColorWarn = yellow // ColorError is the color sequence uses for // error output. ColorError = red // ColorNotice is the color sequence uses for // notice output. ColorNotice = gray )
Functions ¶
func SetVerbose ¶
func SetVerbose(v bool)
Types ¶
Click to show internal directories.
Click to hide internal directories.