...

Text file src/github.com/gogo/protobuf/test/issue270/a/a1.proto

Documentation: github.com/gogo/protobuf/test/issue270/a

     1syntax = "proto2";
     2
     3package issue270.a;
     4
     5import "github.com/gogo/protobuf/gogoproto/gogo.proto";
     6import "github.com/gogo/protobuf/test/issue270/a/a2.proto";
     7
     8option (gogoproto.populate_all) = true;
     9
    10message A1 {
    11    optional A2 a2 = 1;
    12}

View as plain text