Go to file
sudo pacman -Syu 74d0ee14e2 feat: update lint 2023-02-25 23:33:16 +07:00
.github chore; bump go 1.20 2023-02-21 16:59:05 +07:00
example chore: add example 2022-08-13 17:06:54 +07:00
.gitignore chore: update gitignore 2022-08-13 17:18:59 +07:00
.golangci.yml feat: update lint 2023-02-25 23:33:16 +07:00
.goreleaser.yml chore: goreleaser gen changelog for github 2022-08-13 17:09:47 +07:00
CHANGELOG.md chore(changelog): generate v0.12.0 2023-02-21 16:59:52 +07:00
LICENSE chore: bump license year 2022-04-13 15:24:17 +07:00
Makefile feat: update lint 2023-02-25 23:33:16 +07:00
README.md chore(readme): add go 1.16 guide install 2021-03-16 08:57:32 +00:00
go.mod build(deps): bump github.com/fatih/color from 1.13.0 to 1.14.1 2023-01-24 07:37:37 +07:00
go.sum build(deps): bump github.com/fatih/color from 1.13.0 to 1.14.1 2023-01-24 07:37:37 +07:00
main.go fix: fix goroutine leak 2022-08-13 16:46:53 +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