colourize#
An ANSI colour terminal package for Go
Usage#
package main
import (
c "github.com/TreyBastian/colourize"
"fmt"
)
func main() {
fmt.Println(colourize("Hello World!", Green, Whitebg, Bold)
}
Supports all ANSI colours and emphasis. Not compatible with Windows systems.