reg/vendor/github.com/gogo/protobuf/test/issue262/timefail.proto
Jess Frazelle 843aebf2c1
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-07-14 11:48:41 -04: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];
}