ingress-nginx-helm/vendor/github.com/gogo/protobuf/test/issue262/timefail.proto
Manuel de Brito Fontes bf5616c65b Replace godep with dep
2017-10-06 17:26:14 -03:00

10 lines
No EOL
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];
}