Documentation ¶ Index ¶ Constants func Black(str string) string func Blue(str string) string func Cyan(str string) string func Green(str string) string func IsWindows() bool func Magenta(str string) string func Red(str string) string func White(str string) string func Yellow(str string) string Constants ¶ View Source const ( TextBlack = iota + 30 TextRed TextGreen TextYellow TextBlue TextMagenta TextCyan TextWhite ) Variables ¶ This section is empty. Functions ¶ func Black ¶ func Black(str string) string func Blue ¶ func Blue(str string) string func Cyan ¶ func Cyan(str string) string func Green ¶ func Green(str string) string func IsWindows ¶ func IsWindows() bool func Magenta ¶ func Magenta(str string) string func Red ¶ func Red(str string) string func White ¶ func White(str string) string func Yellow ¶ func Yellow(str string) string Types ¶ This section is empty. Source Files ¶ View all Source files color.go Click to show internal directories. Click to hide internal directories.