-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
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
Support for proto3 field presence #713
Comments
+1 to add support for optional fields |
This was referenced Apr 29, 2021
I have the same issue. |
+1 |
1 similar comment
+1 |
I have the same issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apologies if this is a dup, weirdly I can't find any issues for it.
I'm using gogo to produce protobuf structs, and it's rejecting a proto3 file with an optional field in.
versions.proto: is a proto3 file that contains optional fields, but code generator protoc-gen-gogo hasn't been updated to support optional fields in proto3. Please ask the owner of this code generator to support proto3 optional.--gogo_out:
My protoc invocation:
I might be doing something wrong; I don't even really know how to gather version numbers of everything becuase oh boy is proto & grpc confusing!
protoc-gen-gogo
is up-to-date, installed just now withgo get -u github.com/gogo/protobuf/protoc-gen-gogo
The text was updated successfully, but these errors were encountered: