github.com/gogo/protobuf@v1.3.2/test/issue262/timefail.proto (about)

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