Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Warn is used when printing warnings Warn = colored(31) // Okay is used when printing text signifying a passed test Okay = colored(32) // Info is used for info messages Info = colored(35) // Notice is used for less important info messages Notice = colored(36) // String is used when printing strings String = colored(33) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.