We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go_features_proto
What language does this apply to? Bazel
Describe the problem you are trying to solve. I'd like to use the Opaque API for the go generated code in a project managed with Bazel.
Describe the solution you'd like Make the tag public or create an alias in the root. This way I can add go_features_proto to the dependencies.
Describe alternatives you've considered Vendor the file
Additional context Aliases are exported for Java https://github.com/protocolbuffers/protobuf/blob/main/BUILD.bazel#L386-L390 and C++ https://github.com/protocolbuffers/protobuf/blob/main/BUILD.bazel#L346-L350
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What language does this apply to?
Bazel
Describe the problem you are trying to solve.
I'd like to use the Opaque API for the go generated code in a project managed with Bazel.
Describe the solution you'd like
Make the tag public or create an alias in the root. This way I can add
go_features_proto
to the dependencies.Describe alternatives you've considered
Vendor the file
Additional context
Aliases are exported for Java https://github.com/protocolbuffers/protobuf/blob/main/BUILD.bazel#L386-L390 and C++ https://github.com/protocolbuffers/protobuf/blob/main/BUILD.bazel#L346-L350
The text was updated successfully, but these errors were encountered: