#20425 Support for go mockgen
Issue created by
vinyguedess
Is your feature request related to a problem? Please describe.
For a better testing it'd be great to have a way to use
mockgen natively for tests.
Describe the solution you'd like
Something like protobuf where mock of interfaces is generated dynamically
Describe alternatives you've considered
I've used
testify mock solution but it lacks a lot of features
pantsbuild/pants