From 86b99f58597fa20c73aa6119e134f6c5de20c303 Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Wed, 21 Sep 2016 16:03:39 +0100 Subject: [PATCH] added explanation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5fbbb2d..eb9cad5 100644 --- a/README.md +++ b/README.md @@ -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: