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
Hi, I am facing this issue while using protoc-gen-gotemplate.
It can't parsing proto files which has optional fields.
Is there any way to resolve this error?
Many thanks.
Here is my error.
example.proto is a proto3 file that contains optional fields, but code generator protoc-gen-gotemplate hasn't been updated to support optional fields in proto3. Please ask the owner of this code generator to support proto3 optional.--gotemplate_out:
The text was updated successfully, but these errors were encountered:
Hi, I am facing this issue while using protoc-gen-gotemplate.
It can't parsing proto files which has optional fields.
Is there any way to resolve this error?
Many thanks.
Here is my error.
example.proto is a proto3 file that contains optional fields, but code generator protoc-gen-gotemplate hasn't been updated to support optional fields in proto3. Please ask the owner of this code generator to support proto3 optional.--gotemplate_out:
The text was updated successfully, but these errors were encountered: