diff --git a/Projects.md b/Projects.md index 40b40ff1..9af0e60c 100644 --- a/Projects.md +++ b/Projects.md @@ -1484,7 +1484,6 @@ See also [[SQLDrivers page|SQLDrivers]]. * [assert](https://github.com/golangplus/testing/tree/master/assert) - Handy assert package. * [assert](https://github.com/seanpont/assert) - JUnit-like asserts with excellent error messages * [conex](https://github.com/omeid/conex) - Docker containers for integration tests - * [counterfeiter](https://github.com/maxbrunsfeld/counterfeiter) - Tool for generating self-contained and type-safe mocks. * [downtest](https://github.com/jmcvetta/downtest) - Automatically run tests for all known downstream consumers of a Go package. * [ginkgo](https://github.com/onsi/ginkgo) - BDD Testing Framework for Go.