Go to file
dependabot[bot] b9742d4297 build(deps): bump actions/setup-go from 4 to 5
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>
2023-12-07 10:06:23 +07:00
.github build(deps): bump actions/setup-go from 4 to 5 2023-12-07 10:06:23 +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 2023-06-29 00:35:25 +07:00
.goreleaser.yml chore: goreleaser gen changelog for github 2022-08-13 17:09:47 +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
Makefile chore: update make 2023-02-26 00:08:05 +07:00
README.md chore: add badges 2023-09-23 14:08:34 +07:00
go.mod build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 2023-11-07 11:07:35 +07:00
go.sum build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 2023-11-07 11:07:35 +07:00
main.go feat: ignore [no test files] 2023-10-11 15:15:03 +07:00

README.md

go-test-color

Go 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