gojuno / minimock

Powerful mock generation tool for Go programming language
MIT License
577 stars 38 forks source link

fix: use just the filename in go:generate #54

Closed ghost closed 6 months ago

ghost commented 3 years ago

Closes #53.

I've stumbled upon the same issue and had a look how gowrap is doing it in the templates. They just add the filename to the header vars, so I've applied the same approach to minimock.

hexdigest commented 6 months ago

Hey, the fix is available in v3.3.0