golang / mock

GoMock is a mocking framework for the Go programming language.
Apache License 2.0
9.32k stars 607 forks source link

Documentation references inexistent script: update_mocks.sh #142

Closed iartarisi closed 6 years ago

iartarisi commented 6 years ago

The README at: https://github.com/golang/mock/blob/master/sample/README.md mentions an inexistent script used to generate the sample code:

See ../update_mocks.sh for the command used to generate it.

dmitris commented 6 years ago

the script update_mocks.sh disappeared with this commit: https://github.com/golang/mock/commit/2f854191f024ae2f877a77cfac9f0c04a00a9ddc and was replaced by go:generate statements. Currently the go:generate is in https://github.com/golang/mock/blob/master/gomock/matchers.go#L1

Sent PR #205 to remove the reference