go-test-color/README.md

25 lines
542 B
Markdown
Raw Normal View History

# go-test-color
![Go](https://github.com/haunt98/go-test-color/workflows/Go/badge.svg?branch=main)
2020-12-23 11:14:27 +00:00
[![Go Reference](https://pkg.go.dev/badge/github.com/haunt98/go-test-color.svg)](https://pkg.go.dev/github.com/haunt98/go-test-color)
Run `go test` with color.
## Install
```sh
GO111module=on go get -u github.com/haunt98/go-test-color
```
## Usage
```sh
# Simply replace go test with go-test-color
go-test-color -v ./...
```
2020-12-18 10:13:21 +00:00
## Thanks
- [fatih/color](https://github.com/fatih/color)
- [rakyll/gotest](https://github.com/rakyll/gotest)