Documentation
¶
Index ¶
Constants ¶
View Source
const ( ColorBold = "\033[1m" ColorDim = "\033[2m" ColorRed = "\033[31m" ColorGreen = "\033[32m" ColorYellow = "\033[33m" ColorCyan = "\033[36m" ColorReset = "\033[0m" )
Variables ¶
View Source
var Writer io.Writer
Writer is the global destination for debug logs. If nil, no debug output is produced.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.