Open inliquid opened 1 year ago
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.
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
.