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
The go_package option is a real pain when compiling go protobufs with Bazel, as the outputs are often placed in unexpected locations.
I would like to add an ignore_go_package option to the generator code, which allows one to ignore go_package option when compiling the proto files (already implemented here lingochamp@3d14817)