Remove extra line in Testing section

Ondrej Fabry 2017-12-20 09:38:41 +01:00
parent e7b689945b
commit 0a8a9f4ed9

@ -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.