go-ansi
Installing
$ go get github.com/str1ngs/ansi/color
Example
package main
import (
"fmt"
. "github.com/str1ngs/ansi/color"
)
func main() {
fmt.Printf("%s\n", Blue("techno color"))
}
$ go get github.com/str1ngs/ansi/color
package main
import (
"fmt"
. "github.com/str1ngs/ansi/color"
)
func main() {
fmt.Printf("%s\n", Blue("techno color"))
}