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
fieldmaskpb
When some message contains field of google.protobuf.FieldMask type, protoc-gen-go-plugin generates code with this import:
google.protobuf.FieldMask
protoc-gen-go-plugin
fieldmaskpb "github.com/knqyf263/go-plugin/types/known/fieldmaskpb"
However this package is not present in go-plugin repo.
go-plugin
This makes it not possible to use google.protobuf.FieldMask.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When some message contains field of
google.protobuf.FieldMask
type,protoc-gen-go-plugin
generates code with this import:However this package is not present in
go-plugin
repo.This makes it not possible to use
google.protobuf.FieldMask
.The text was updated successfully, but these errors were encountered: