/go-testcolorize

Colorize your `go test -v` output!

Primary LanguageGo

go-testcolorize

Colorize your go test output!

gtc-screenging

Installation

go get -u github.com/apriendeau/go-testcolorize/cmd/gtc

Example:

You can pipe go test -v into gtc like so:

$ go test -v ./... | gtc

or you can use the gtc wrapper go test wrapper:

$ gtc test ./...

Easter Eggs

1.gtc will dye your strings grey if you println if you start them with "//"

println("// some comment")