b9742d4297
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
example | ||
.gitignore | ||
.golangci.yml | ||
.goreleaser.yml | ||
CHANGELOG.md | ||
LICENSE | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
go-test-color
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 ./...