Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ColorRed = ansiWrapper(textRed) ColorGreen = ansiWrapper(textGreen) ColorWhite = ansiWrapper(textWhite) ColorGray = ansiWrapper(textGray) BgBlack = ansiWrapper(bgBlack) BgRed = ansiWrapper(bgRed) BgGreen = ansiWrapper(bgGreen) Reset = ansiWrapper(styleReset) Bold = ansiWrapper(styleBold) Dim = ansiWrapper(styleDim) Italic = ansiWrapper(styleItalic) Strikeout = ansiWrapper(styleStrikeout) )
Public style helpers
Functions ¶
func BuildLogger ¶
func ErrorColor ¶
func SuccessColor ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.