haunt98 / go-test-color

Run go test with color.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-test-color

Go Go Reference Latest Version

Run go test with color.

Install

With Go version >= 1.16:

go install github.com/haunt98/go-test-color@latest

With Go version < 1.16:

GO111module=on go get -u github.com/haunt98/go-test-color

Usage

# Simply replace go test with go-test-color
go-test-color -v ./...

Thanks

About

Run go test with color.

License:MIT License


Languages

Language:Go 86.2%Language:Makefile 13.8%