1syntax = "proto3"; 2 3import "github.com/gogo/protobuf/gogoproto/gogo.proto"; 4import "google/protobuf/timestamp.proto"; 5 6package timefail; 7 8message TimeFail { 9 google.protobuf.Timestamp time_test = 1 [(gogoproto.stdtime) = true]; 10}
View as plain text