Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Reset = "\033[0m" Red = "\033[31m" Yellow = "\033[33m" Green = "\033[32m" Blue = "\033[34m" )
View Source
var PrefixError = Red + "Error:" + Reset
PrefixError adds a red `Error:` prefix
View Source
var PrefixInfo = Green + "Info:" + Reset
PrefixInfo add a green `Info:` prefix
View Source
var PrefixWarn = Yellow + "Warn:" + Reset
PrefixWarn adds a yellow `Warn:` prefix
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.