golang / mock

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

Add invocation args & mockgen version in generated code #574

Closed n1lesh closed 2 years ago

n1lesh commented 3 years ago

Records invocation arguments and mockgen version (if exists) used to generate the mock as per: #554

codyoss commented 2 years ago

I think this is still a good idea, but closing due to lack of response in case someelse wants to pick this up.