uber-go / mock

GoMock is a mocking framework for the Go programming language.
Apache License 2.0
1.98k stars 107 forks source link

Implement OverridableController to allow for mock overrides #22

Closed styeung closed 1 year ago

styeung commented 1 year ago

This is an initial implementation of the proposal outlined in this issue, https://github.com/golang/mock/issues/685