diff --git a/README.md b/README.md index d064137..b65c803 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,24 @@ +![moq logo](moq-logo.png) + # 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 +### Usage ``` moq InterfaceName -out mocks_test.go ``` -## Install +### Install ``` go install github.com/matryer/moq ``` -## How to use it +### How to use it Mocking interfaces is a nice way to write unit tests where you can easily control the behaviour of the mocked object. diff --git a/moq-logo.png b/moq-logo.png new file mode 100644 index 0000000..ca12996 Binary files /dev/null and b/moq-logo.png differ