Go to file
hau ac0a564966 docs: add install and usage guide in README 2020-11-11 22:38:44 +07:00
.gitignore chore: init gitignore and go.mod 2020-11-11 11:11:43 +07:00
LICENSE.md chore: add MIT LICENSE 2020-11-11 11:10:38 +07:00
README.md docs: add install and usage guide in README 2020-11-11 22:38:44 +07:00
go.mod feat: run go test with color 2020-11-11 22:36:53 +07:00
go.sum feat: run go test with color 2020-11-11 22:36:53 +07:00
main.go feat: run go test with color 2020-11-11 22:36:53 +07:00

README.md

go-test-color

Run go test with color.

Install

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

Usage

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