updated README
This commit is contained in:
parent
fc6f84d3b0
commit
a4c5fa4cb9
13
README.md
13
README.md
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user