Skip to content

Commit

Permalink
Upate docs, to use forked mockgen until mockgen is fixed
Browse files Browse the repository at this point in the history
PR to mockgen is sent, until it is merged we can use rmohr/mock/mockgen.
  • Loading branch information
rmohr committed Mar 13, 2017
1 parent 09a6b0b commit 67d00fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ First install the generator tools:

```bash
go get -u github.com/golang/mock/gomock
go get -u github.com/golang/mock/mockgen
go get -u github.com/rmohr/mock/mockgen
go get -u github.com/rmohr/go-swagger-utils/swagger-doc
```

Expand Down

0 comments on commit 67d00fe

Please sign in to comment.