Go to file
hau d7fd24bc76 chore(readme): add pkg.go.dev badge 2020-12-23 18:14:27 +07:00
.github/workflows chore: build using gotip for github action 2020-12-01 17:55:52 +07:00
.gitignore chore: init gitignore and go.mod 2020-11-11 11:11:43 +07:00
CHANGELOG.md chore(changelog): generate v0.5.0 2020-12-18 17:23:42 +07:00
LICENSE chore: remove ext from LICENSE 2020-12-18 17:11:45 +07:00
README.md chore(readme): add pkg.go.dev badge 2020-12-23 18:14:27 +07:00
go.mod build: update go.mod 2020-12-18 17:14:02 +07:00
go.sum build: update go.mod 2020-12-18 17:14:02 +07:00
main.go refactor: split color func from runGoTest 2020-12-18 17:21:21 +07:00

README.md

go-test-color

Go Go Reference

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 ./...

Thanks