gojuno / minimock

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

Comparison with gomock #61

Closed kishaningithub closed 6 months ago

kishaningithub commented 2 years ago

I am currently using the mockgen utility that comes with gomock to generate mocks for any interface (both inside the app and also for imported go modules)

https://github.com/golang/mock

A comparison of this tool and gomock+mockgen would be really awesome in my opinion

hexdigest commented 6 months ago

Hey, @kishaningithub

Feel free to make a PR