Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Attributes NoAttribute Code = 0 Bold = 1 Dim = 2 Italic = 3 Underline = 4 Blink = 5 FastBlink = 6 Invert = 7 Hidden = 8 // Foreground Colours Black = 30 Red = 31 Green = 32 Yellow = 33 Blue = 34 Magenta = 35 Cyan = 36 White = 37 DefaultColor = 39 // Background Colours BGBlack = 40 BGRed = 41 BGGreen = 42 BGYellow = 43 BGBlue = 44 BGMagenta = 45 BGCyan = 46 BGWhite = 47 DefaultBGColor = 49 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.