about summary refs log tree commit diff
path: root/tools/gotest/test.proto
syntax = "proto3";
package someproto;

import "google/protobuf/timestamp.proto";

message Person {
  string name = 1;
  google.protobuf.Timestamp last_updated = 2;
}