updated README

This commit is contained in:
Mat Ryer 2016-08-29 13:25:35 +01:00
parent fc6f84d3b0
commit a4c5fa4cb9

View File

@ -1,8 +1,17 @@
# moq
Interface mocking tool for go generate
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).
## Usage
```
moq Interface1
moq InterfaceName -out mocks_test.go
```
## Install
```
go install github.com/matryer/moq
```