Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attribute ¶
type Attribute string
Attribute represents a console text attribute (color or style).
const ( Black Attribute = "30" Red Attribute = "31" Green Attribute = "32" Yellow Attribute = "33" Blue Attribute = "34" Magenta Attribute = "35" Cyan Attribute = "36" White Attribute = "37" )
Foreground colors
const ( BgBlack Attribute = "40" BgRed Attribute = "41" BgGreen Attribute = "42" BgYellow Attribute = "43" BgBlue Attribute = "44" BgMagenta Attribute = "45" BgCyan Attribute = "46" BgWhite Attribute = "47" )
Background colors
Click to show internal directories.
Click to hide internal directories.