Go to file
sudo pacman -Syu 8c2ada9397 chore: migrate to justfile 2024-08-22 14:49:13 +07:00
.github chore: remove goreleaser 2024-06-10 02:08:46 +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 chore: sync golangci-lint config 2024-05-08 01:12:48 +07:00
CHANGELOG.md chore(changelog): generate v0.14.1 2023-11-29 23:49:49 +07:00
LICENSE chore: bump license year 2022-04-13 15:24:17 +07:00
README.md chore: add badges 2024-06-08 15:54:10 +07:00
go.mod chore: migrate to justfile 2024-08-22 14:49:13 +07:00
go.sum build(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0 (#13) 2024-05-14 10:54:28 +07:00
justfile chore: migrate to justfile 2024-08-22 14:49:13 +07:00
main.go feat: ignore [no test files] 2023-10-11 15:15:03 +07:00

README.md

go-test-color

Go gitleaks Go Reference Latest Version

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