Like go test
but with colors.
$ go get -u github.com/rakyll/gotest
Accepts all the arguments and flags go test
works with.
Example:
$ gotest -v github.com/rakyll/hey
gotest comes with many colors! Configure the color of the output by setting the following env variable:
$ GOTEST_PALETTE="magenta,white"
The output will have magenta for failed cases, white for success. Available colors: black, hiblack, red, hired, green, higreen, yellow, hiyellow, blue, hiblue, magenta, himagenta, cyan, hicyan, white, hiwhite.