Go to file
Tran Hau 1d21b41462 chore(changelog): generate v0.7.0 2021-03-17 05:07:35 +00:00
.github/workflows chore: bump go 1.16 in github action 2021-03-16 08:56:02 +00:00
.gitignore chore: init gitignore and go.mod 2020-11-11 11:11:43 +07:00
CHANGELOG.md chore(changelog): generate v0.7.0 2021-03-17 05:07:35 +00:00
LICENSE chore(license): bump year 2021 2021-03-16 10:21:40 +00:00
README.md chore(readme): add go 1.16 guide install 2021-03-16 08:57:32 +00:00
go.mod build: bump go 1.16 in go.mod 2021-03-17 05:06:21 +00: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

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