Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Warn is used when printing warnings Warn = (ct.Fg(ct.White) | ct.Bg(ct.Red) | ct.Bold).Paint // Okay is used when printing text signifying a passed test Okay = (ct.Fg(ct.Green) | ct.Bold).Paint // Info is used for info messages Info = (ct.Fg(ct.Magenta)).Paint // Notice is used for less important info messages Notice = (ct.Fg(ct.Magenta) | ct.Faint).Paint // String is used when printing strings String = (ct.Fg(ct.Yellow).Paint) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.