reg/vendor/github.com/gogo/protobuf/test/issue261/issue261.proto

12 lines
254 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package issue261;
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
import "google/protobuf/duration.proto";
message MapStdTypes {
map<int32,google.protobuf.Duration> nullableDuration = 3 [(gogoproto.stdduration) = true];
}