Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // WarnStyle is a bold yellow hue WarnStyle = color.New(color.FgHiYellow, color.Bold) // ErrorStyle is a bold red hue ErrorStyle = color.New(color.FgHiRed, color.Bold) // InfoStyle is a bold green hue InfoStyle = color.New(color.FgHiGreen, color.Bold) // PrintStyle is a white hue PrintStyle = color.New(color.FgWhite) )
View Source
var ( // Warn is a printf function with WarnStyle Warn = WarnStyle.PrintfFunc() // Error is a sprintf function with ErrorStyle Error = ErrorStyle.SprintfFunc() // Info is a printf function with InfoStyle Info = InfoStyle.PrintfFunc() // Print is a printf function with PrintStyle Print = PrintStyle.PrintfFunc() )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.