Go to file
sudo pacman -Syu 05ab47cf75
chore: bump license year
2022-04-13 15:24:17 +07:00
.github/workflows chore: update go in github action 2021-04-16 07:22:14 +00:00
.gitignore chore: init gitignore and go.mod 2020-11-11 11:11:43 +07:00
CHANGELOG.md chore(changelog): generate v0.9.0 2021-05-30 15:53:06 +00:00
LICENSE chore: bump license year 2022-04-13 15:24:17 +07: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.18 in go.mod 2022-04-13 15:23:53 +07:00
go.sum build: bump go 1.18 in go.mod 2022-04-13 15:23:53 +07:00
main.go docs: add comment to explain 2021-05-30 15:45:31 +00: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