reg/vendor/github.com/gogo/protobuf/test/issue262/timefail.proto
Jess Frazelle 3834c605e5
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-03-06 10:32:47 -05:00

10 lines
232 B
Protocol Buffer

syntax = "proto3";
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
import "google/protobuf/timestamp.proto";
package timefail;
message TimeFail {
google.protobuf.Timestamp time_test = 1 [(gogoproto.stdtime) = true];
}