/go-colortext

Change the color of console text.

Primary LanguageGo

go-colortext package

This is a fork of the go-colortext package github.com/daviddengcn/go-colortext, by adding more colors.

These colors are supported in ANSI now:

const (
    // No change of color
    None = Color(iota)
    Black
    Red
    Green
    Yellow
    Blue
    Magenta
    Cyan
    LightGray
    DarkGray
    BoldRed
    BoldGreen
    BoldYellow
    BoldBlue
    BoldMagenta
    BoldCyan
    White
)