golang / mock

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

_mr.mock.ctrl.RecordCallWithMethodType undefined (type *gomock.Controller has no field or method RecordCallWithMethodType) #94

Closed fzerorubigd closed 6 years ago

fzerorubigd commented 6 years ago

After last day commits (Jul 22, 2017) we get this on mock generated file. reverting to dbe9dea30dbc5b4b6d54c9ecf9a3b8f9b8e6556c and everything is fine.

I can provide more information if you need, currently searching.

balshetzer commented 6 years ago

It sounds like you've updated mockgen but not the gomock package. Is that possible?

fzerorubigd commented 6 years ago

Yes. thank you. the vendored version was not updated.