github.com/gogo/protobuf@v1.3.2/test/importcustom-issue389/imported/a.proto (about)

     1  syntax = "proto3";
     2  package imported;
     3  
     4  import "github.com/gogo/protobuf/gogoproto/gogo.proto";
     5  
     6  option (gogoproto.sizer_all) = true;
     7  option (gogoproto.marshaler_all) = true;
     8  option (gogoproto.unmarshaler_all) = true;
     9  option (gogoproto.testgen_all) = true;
    10  option (gogoproto.populate_all) = true;
    11  option (gogoproto.equal_all) = true;
    12  
    13  message A {
    14      string f1 = 1;
    15  }