reg/vendor/github.com/gogo/protobuf/test/issue270/a/a2.proto

13 lines
246 B
Protocol Buffer
Raw Normal View History

syntax = "proto2";
package issue270.a;
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
import "github.com/gogo/protobuf/test/issue270/b/b.proto";
option (gogoproto.populate_all) = true;
message A2 {
optional issue270.b.B b = 1;
}