A Go package to help with ansi terminal colors. Supports 24-bit "True" color, 256-color, 88-color, 16-color and 8-color modes.
examples/demo.go contains adequate information about usage.
$ cd $GOPATH/src/github.com/thewisenerd/go-ansi-sgr
$ go run examples/demo.go
$ go get github.com/thewisenerd/go-ansi-sgr
Unlicense
thewisenerd ([email protected])