github.com/gogo/protobuf@v1.3.2/test/typedeclimport/subpkg/subpkg.proto (about)

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