go-plugin icon indicating copy to clipboard operation
go-plugin copied to clipboard

Missing proto `fieldmaskpb` package (for known types)

Open inliquid opened this issue 2 years ago • 0 comments

When some message contains field of google.protobuf.FieldMask type, protoc-gen-go-plugin generates code with this import:

fieldmaskpb "github.com/knqyf263/go-plugin/types/known/fieldmaskpb"

However this package is not present in go-plugin repo.

This makes it not possible to use google.protobuf.FieldMask.

inliquid avatar Sep 28 '23 18:09 inliquid