You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
sudo pacman -Syu 8c356fe2b8 chore: update make 4 weeks ago
.github chore; bump go 1.20 4 weeks ago
example chore: add example 7 months ago
.gitignore chore: update gitignore 7 months ago
.golangci.yml feat: update lint 4 weeks ago
.goreleaser.yml chore: goreleaser gen changelog for github 7 months ago
CHANGELOG.md chore(changelog): generate v0.12.0 4 weeks ago
LICENSE chore: bump license year 11 months ago
Makefile chore: update make 4 weeks ago
README.md chore(readme): add go 1.16 guide install 2 years ago
go.mod build(deps): bump github.com/fatih/color from 1.13.0 to 1.14.1 2 months ago
go.sum build(deps): bump github.com/fatih/color from 1.13.0 to 1.14.1 2 months ago
main.go fix: fix goroutine leak 7 months ago

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