syncthing/vendor/github.com/gogo/protobuf/test/issue261/issue261.proto
Jakob Borg 93a04158fd vendor: Update github.com/gogo/protobuf, keeping all files
gvt fetch -a, because we need the protobuf files etc for regeneration
2017-06-14 05:24:09 +02:00

12 lines
254 B
Protocol Buffer

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];
}