Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // InfoPrefix should be used, when any kind of information is shown to the user, which is not part of the modules result InfoPrefix = color.HiMagentaString("[info] ") // WarningPrefix should be used, when a warning is displayed to the user WarningPrefix = color.YellowString("[warning] ") // ErrorPrefix should be used, when the module fails at something, but keeps running. // If the error is fatal, use say.Fatal ErrorPrefix = color.HiRedString("[error] ") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.