Updated README

This commit is contained in:
Mat Ryer 2017-07-11 21:30:08 +01:00
parent 9dfde8fc79
commit a0446da590

View File

@ -97,7 +97,7 @@ The mocked structure implements the interface, where each method calls the assoc
* It will panic if a nil function gets called
* Name arguments in the interface for a better experience
* Use closured variables inside your test function to capture details about the calls to the methods
* Use `.CallsTo.Method` to track the calls
* Use `.MethodCalls()` to track the calls
* Use `go:generate` to invoke the `moq` command
## License