bin/x86-linux/google/protobuf/source_context.proto in grpc-tools-1.1.2 vs bin/x86-linux/google/protobuf/source_context.proto in grpc-tools-1.2.0.pre2
- old
+ new
@@ -35,9 +35,10 @@
option csharp_namespace = "Google.Protobuf.WellKnownTypes";
option java_package = "com.google.protobuf";
option java_outer_classname = "SourceContextProto";
option java_multiple_files = true;
option objc_class_prefix = "GPB";
+option go_package = "google.golang.org/genproto/protobuf/source_context;source_context";
// `SourceContext` represents information about the source of a
// protobuf element, like the file in which it is defined.
message SourceContext {
// The path-qualified name of the .proto file that contained the associated