diff --git a/README.md b/README.md index 308b6c37..c0095ebd 100644 --- a/README.md +++ b/README.md @@ -1649,6 +1649,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-testdeep](https://github.com/maxatome/go-testdeep) - Extremely flexible golang deep comparison, extends the go testing package. * [go-vcr](https://github.com/dnaeon/go-vcr) - Record and replay your HTTP interactions for fast, deterministic and accurate tests. * [goblin](https://github.com/franela/goblin) - Mocha like testing framework fo Go. + * [goc](https://github.com/qiniu/goc) - Goc is a comprehensive coverage testing system for The Go Programming Language. * [gocheck](http://labix.org/gocheck) - More advanced testing framework alternative to gotest. * [GoConvey](https://github.com/smartystreets/goconvey/) - BDD-style framework with web UI and live reload. * [gocrest](https://github.com/corbym/gocrest) - Composable hamcrest-like matchers for Go assertions.