Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
d9e0119f
Commit
d9e0119f
authored
Mar 27, 2017
by
Joshua Haberman
Committed by
GitHub
Mar 27, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2858 from haberman/gopackage
Changed go_package for plugin.proto.
parents
c565e25c
0df20284
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
plugin.pb.cc
src/google/protobuf/compiler/plugin.pb.cc
+4
-3
plugin.proto
src/google/protobuf/compiler/plugin.proto
+1
-1
No files found.
src/google/protobuf/compiler/plugin.pb.cc
View file @
d9e0119f
...
...
@@ -164,11 +164,12 @@ void AddDescriptorsImpl() {
"
\t\022
B
\n\004
file
\030\017
\003
(
\013
24.google.protobuf.compil"
"er.CodeGeneratorResponse.File
\032
>
\n\004
File
\022\014\n
"
"
\004
name
\030\001
\001
(
\t\022\027\n\017
insertion_point
\030\002
\001
(
\t\022\017\n\007
"
"content
\030\017
\001
(
\t
B7
\n\034
com.google.protobuf.com"
"pilerB
\014
PluginProtosZ
\t
plugin_go"
"content
\030\017
\001
(
\t
Bg
\n\034
com.google.protobuf.com"
"pilerB
\014
PluginProtosZ9github.com/golang/p"
"rotobuf/protoc-gen-go/plugin;plugin_go"
};
::
google
::
protobuf
::
DescriptorPool
::
InternalAddGeneratedFile
(
descriptor
,
590
);
descriptor
,
638
);
::
google
::
protobuf
::
MessageFactory
::
InternalRegisterGeneratedFile
(
"google/protobuf/compiler/plugin.proto"
,
&
protobuf_RegisterTypes
);
::
google
::
protobuf
::
protobuf_google_2fprotobuf_2fdescriptor_2eproto
::
AddDescriptors
();
...
...
src/google/protobuf/compiler/plugin.proto
View file @
d9e0119f
...
...
@@ -49,7 +49,7 @@ package google.protobuf.compiler;
option
java_package
=
"com.google.protobuf.compiler"
;
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"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment