We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69cfe84 + f786d2d commit cc0d60dCopy full SHA for cc0d60d
protoc-gen-gripmock/generator.go
@@ -38,6 +38,8 @@ func main() {
38
log.Fatalf("error initializing plugin: %v", err)
39
}
40
41
+ plugin.SupportedFeatures = uint64(pluginpb.CodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL)
42
+
43
protos := make([]*descriptor.FileDescriptorProto, len(plugin.Files))
44
for index, file := range plugin.Files {
45
protos[index] = file.Proto
0 commit comments