18 lines
341 B
Markdown
18 lines
341 B
Markdown
# moq
|
|
|
|
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 InterfaceName -out mocks_test.go
|
|
```
|
|
|
|
## Install
|
|
|
|
```
|
|
go install github.com/matryer/moq
|
|
```
|