You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR copies the gomock definition and tests from rules_go with
minimal changes:
* Replacing github.com/golang/mock with go.uber.org/mock
* Replacing `load` statements accordingly
* Setting up a Bazel and a Go module in the "bazel" directory
Note that the Go module uses v0.4.0 of go.uber.org/mock, because the
latest version is no longer compatible with the gomock rule
(bazel-contrib/rules_go#4153). We will update
the rule and mockgen version in subsequent PRs.
This is a first step in addressing #225
Requested feature
Support the currently deprecated gomock support in
bazel/rules_go
.I learnt from bazel-contrib/rules_go#4153 (comment) that support for Bazel should eventually end up in this project.
Why the feature is needed
Helps to easily integrate gomock into a Bazel project.
(Optional) Proposed solution
See bazel-contrib/rules_go#4153
The text was updated successfully, but these errors were encountered: