jmhodges / bazel_gomock

Code to create Go mocks for bazel targets using mockgen
MIT License
58 stars 30 forks source link

Making interfaces optional in source mode #56

Closed linzhp closed 2 years ago

linzhp commented 3 years ago

Sorry for breaking the API in #42. I understand it's needed for backward compatibility. As it is going to be ignored, can we make it optional so new code doesn't have to specify interfaces?