uber-go / mock

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

strip the path of the mockgen executable when recording invocation #82

Closed marten-seemann closed 10 months ago

marten-seemann commented 10 months ago

Fixes #80.

This PR implements the first suggestion mentioned in the issue. Only the filename of the executable (usually mockgen) will be recorded.

CLAassistant commented 10 months ago

CLA assistant check
All committers have signed the CLA.