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
{{ message }}
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
Hm, I wonder if there's a way for bazel_gomock to convince gazelle to leave this alone without special casing. Generating a file to go into source hasn't, in the past, been the Bazel Go Way.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
other package needs this mock so I put it in go_library
However after
bazel run //:gazelle
deps are gone and tests will fail
I have to put # gazelle: ignore in the BUILD file that contains gomock()
Any option to generate file in the directory instead of bazel-bin?
The text was updated successfully, but these errors were encountered: