Go to file
hau 6376795943 chore: generate CHANGELOG v0.2.0 2020-11-11 22:45:13 +07:00
.github/workflows ci: add github action for go test, lint 2020-11-11 22:41:33 +07:00
.gitignore chore: init gitignore and go.mod 2020-11-11 11:11:43 +07:00
CHANGELOG.md chore: generate CHANGELOG v0.2.0 2020-11-11 22:45:13 +07:00
LICENSE.md chore: add MIT LICENSE 2020-11-11 11:10:38 +07:00
README.md chore: add github action badge in README 2020-11-11 22:41: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

Go

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