added explanation

This commit is contained in:
Mat Ryer 2016-09-21 16:03:39 +01:00 committed by GitHub
parent e41b7bc222
commit 86b99f5859

View File

@ -4,6 +4,10 @@ Interface mocking tool for go generate.
By [Mat Ryer](https://twitter.com/matryer) and [David Hernandez](https://github.com/dahernan), with ideas lovingly stolen from [Ernesto Jimenez](https://github.com/ernesto-jimenez).
### What is moq?
Moq is a tool that generates a struct from any interface. The struct can be used in test code as a mock of the interface.
### Usage
In a command line: