Documentation
¶
Index ¶
Constants ¶
View Source
const ( // common Reset = "\033[0m" Normal = 0 Bold = 1 Dim = 2 Underline = 4 Blink = 5 Reverse = 7 Hidden = 8 // color Black = 30 Red = 31 Green = 32 Yellow = 33 Blue = 34 Purple = 35 Cyan = 36 LightGray = 37 DarkGray = 90 LightRed = 91 LightGreen = 92 LightYellow = 93 LightBlue = 94 LightPurple = 95 LightCyan = 96 White = 97 Success = Green Error = Red Warning = Yellow )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.