Index: third_party/protobuf/src/google/protobuf/timestamp.proto |
diff --git a/third_party/protobuf/src/google/protobuf/timestamp.proto b/third_party/protobuf/src/google/protobuf/timestamp.proto |
index b51fc3fa4602880de39b035b713b8033963bbdc4..7992a85886fb0cf91fefabdd9bfa9acb07bd09bb 100644 |
--- a/third_party/protobuf/src/google/protobuf/timestamp.proto |
+++ b/third_party/protobuf/src/google/protobuf/timestamp.proto |
@@ -34,6 +34,7 @@ package google.protobuf; |
option csharp_namespace = "Google.Protobuf.WellKnownTypes"; |
option cc_enable_arenas = true; |
+option go_package = "github.com/golang/protobuf/ptypes/timestamp"; |
option java_package = "com.google.protobuf"; |
option java_outer_classname = "TimestampProto"; |
option java_multiple_files = true; |