Merge pull request #2858 from haberman/gopackage
Changed go_package for plugin.proto.
This commit is contained in:
commit
d9e0119f2c
@ -164,11 +164,12 @@ void AddDescriptorsImpl() {
|
|||||||
"\t\022B\n\004file\030\017 \003(\01324.google.protobuf.compil"
|
"\t\022B\n\004file\030\017 \003(\01324.google.protobuf.compil"
|
||||||
"er.CodeGeneratorResponse.File\032>\n\004File\022\014\n"
|
"er.CodeGeneratorResponse.File\032>\n\004File\022\014\n"
|
||||||
"\004name\030\001 \001(\t\022\027\n\017insertion_point\030\002 \001(\t\022\017\n\007"
|
"\004name\030\001 \001(\t\022\027\n\017insertion_point\030\002 \001(\t\022\017\n\007"
|
||||||
"content\030\017 \001(\tB7\n\034com.google.protobuf.com"
|
"content\030\017 \001(\tBg\n\034com.google.protobuf.com"
|
||||||
"pilerB\014PluginProtosZ\tplugin_go"
|
"pilerB\014PluginProtosZ9github.com/golang/p"
|
||||||
|
"rotobuf/protoc-gen-go/plugin;plugin_go"
|
||||||
};
|
};
|
||||||
::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
|
::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
|
||||||
descriptor, 590);
|
descriptor, 638);
|
||||||
::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
|
::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
|
||||||
"google/protobuf/compiler/plugin.proto", &protobuf_RegisterTypes);
|
"google/protobuf/compiler/plugin.proto", &protobuf_RegisterTypes);
|
||||||
::google::protobuf::protobuf_google_2fprotobuf_2fdescriptor_2eproto::AddDescriptors();
|
::google::protobuf::protobuf_google_2fprotobuf_2fdescriptor_2eproto::AddDescriptors();
|
||||||
|
@ -49,7 +49,7 @@ package google.protobuf.compiler;
|
|||||||
option java_package = "com.google.protobuf.compiler";
|
option java_package = "com.google.protobuf.compiler";
|
||||||
option java_outer_classname = "PluginProtos";
|
option java_outer_classname = "PluginProtos";
|
||||||
|
|
||||||
option go_package = "plugin_go";
|
option go_package = "github.com/golang/protobuf/protoc-gen-go/plugin;plugin_go";
|
||||||
|
|
||||||
import "google/protobuf/descriptor.proto";
|
import "google/protobuf/descriptor.proto";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user