From 05b1b6886c29c3e14334b55909bfd1905dd43268 Mon Sep 17 00:00:00 2001 From: hau Date: Fri, 18 Dec 2020 17:13:21 +0700 Subject: [PATCH] chore(readme): add thanks --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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)