jmhodges / bazel_gomock

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

Passing visibility to gomock rule #27

Closed linzhp closed 4 years ago

linzhp commented 4 years ago

Users may need to set visibility for gomock rules. This PR enables that

jmhodges commented 4 years ago

Thanks!