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

     1  syntax = "proto3";
     2  
     3  package issue261;
     4  
     5  import "github.com/gogo/protobuf/gogoproto/gogo.proto";
     6  
     7  import "google/protobuf/duration.proto";
     8  
     9  message MapStdTypes {
    10  	map<int32,google.protobuf.Duration> nullableDuration = 3 [(gogoproto.stdduration) = true];
    11  }