go-colorterm Enable ANSI escape sequence support on Windows. Usage package main import "github.com/cions/go-colorterm" func main() { fmt.Printf("%vred text%v\n", colorterm.FgRed, colorterm.Reset) } License MIT