...

Text file src/github.com/gogo/protobuf/test/importcustom-issue389/imported/a.proto

Documentation: github.com/gogo/protobuf/test/importcustom-issue389/imported

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

View as plain text