diff --git a/README.md b/README.md index 4d41dfa..c2b31fa 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,8 @@ GO111module=on go get -u github.com/haunt98/go-test-color # Simply replace go test with go-test-color go-test-color -v ./... ``` + +## Thanks + +- [fatih/color](https://github.com/fatih/color) +- [rakyll/gotest](https://github.com/rakyll/gotest)