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
What version of protobuf and what language are you using? Go language: google.golang.org/protobuf v1.36.0
What did you do? I generated Go code from several proto2 .proto files, using the command line argument --go_opt=default_api_level=API_OPAQUE
--go_opt=default_api_level=API_OPAQUE
I ran go vet.
go vet
What did you expect to see?
I expected go vet to have no errors on the generated code.
What did you see instead?
go vet failed, reporting has json tag but is not exported for every hidden field.
has json tag but is not exported
Anything else we should know about your project / environment?
❯ go version go version go1.23.4 darwin/arm64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of protobuf and what language are you using?
Go language: google.golang.org/protobuf v1.36.0
What did you do?
I generated Go code from several proto2 .proto files, using the command line argument
--go_opt=default_api_level=API_OPAQUE
I ran
go vet
.What did you expect to see?
I expected
go vet
to have no errors on the generated code.What did you see instead?
go vet failed, reporting
has json tag but is not exported
for every hidden field.Anything else we should know about your project / environment?
The text was updated successfully, but these errors were encountered: