Pramy
Results
1
issues of
Pramy
test.proto ```protobuf syntax = "proto3"; package test; import "google/protobuf/descriptor.proto"; message FooOption { optional bool from = 1; optional bool to = 2; } extend google.protobuf.FieldOptions { optional FooOption foo_option =...