Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@poy poy released this 08 Dec 05:51
mockgen: use Controller.Helper() in generated mocks

Using T.Helper() better directs the callstack to point at the
offending line in the production code.

fixes #239