Skip to content

Commit

Permalink
add note to README on how to regenerate mock client
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeridth committed Jan 22, 2021
1 parent 3a5af13 commit a906b5b
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 @@ -51,6 +51,10 @@ func main() {
go-zendesk has a [mock package](https://pkg.go.dev/github.com/nukosuke/go-zendesk/zendesk/mock) generated by [golang/mock](https://github.com/golang/mock).
You can simulate the response from Zendesk API with it.

## To regenerate the mock client

`go generate ./...`

## Authors
- [nukosuke](https://github.com/nukosuke)
- [tamccall](https://github.com/tamccall)
Expand Down

0 comments on commit a906b5b

Please sign in to comment.