Go to file
2016-08-29 13:25:35 +01:00
example improved output 2016-08-29 13:09:34 +01:00
package/moq removed generated by bit 2016-08-29 13:22:52 +01:00
.gitignore Initial commit 2016-08-29 11:00:17 +01:00
LICENSE Initial commit 2016-08-29 11:00:17 +01:00
main.go early commit for moq command 2016-08-29 13:00:18 +01:00
README.md updated README 2016-08-29 13:25:35 +01:00

moq

Interface mocking tool for go generate.

By Mat Ryer and David Hernandez, with ideas lovingly stolen from Ernesto Jimenez.

Usage

moq InterfaceName -out mocks_test.go

Install

go install github.com/matryer/moq