Go to file
hau 6bfe67b0f6 chore: remove ext from LICENSE 2020-12-18 17:11:45 +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: generate CHANGELOG v0.4.0 2020-12-01 18:00:33 +07:00
LICENSE chore: remove ext from LICENSE 2020-12-18 17:11:45 +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: split stdout and stderr reader, writer 2020-12-01 17:54:36 +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 ./...