golang / mock

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

Include mockgen binaries with tagged releases #147

Closed tyler-luminal closed 4 years ago

tyler-luminal commented 6 years ago

It would be really helpful to include mockgen binaries with tagged releases similar to glide. This makes it easier for using the correct version of mockgen to generate mocks for a specific version of gomock.

sugarjig commented 6 years ago

If I'm not mistaken, this is the same as #95.

scevallos commented 5 years ago

Opened #229 addressing this issue