From 057dda2a5c8c5ac0c04d0f833d2975a32fc3b220 Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Thu, 22 Sep 2016 09:27:34 +0100 Subject: [PATCH] removed duplicated section --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 50b11d3..da4874a 100644 --- a/README.md +++ b/README.md @@ -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.