removed duplicated section

This commit is contained in:
Mat Ryer 2016-09-22 09:27:34 +01:00 committed by GitHub
parent e3b1a1ddf1
commit 057dda2a5c

View File

@ -47,12 +47,6 @@ type MyInterface interface {
Then run `go generate` for your package.
### Install
```
go install github.com/matryer/moq
```
### How to use it
Mocking interfaces is a nice way to write unit tests where you can easily control the behaviour of the mocked object.