Skip to content

Commit

Permalink
Add link to the mockery documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Oct 27, 2023
1 parent 190bbbb commit 01de13b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ $ make openapi

### Generating/Update mocks:

Ensure [mockery](https://vektra.github.io/mockery/latest/installation/) is installed.

Then:

```sh
$ go generate ./...
```
Expand Down

0 comments on commit 01de13b

Please sign in to comment.