ruiaylin / goprotobuf

Automatically exported from code.google.com/p/goprotobuf
Other
0 stars 0 forks source link

Source files for the .pb.go files we used #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The source for protoc-gen-go doesn't include the .proto files which were used 
to generate descriptor.pb.go and plugin.pb.go. If we add them we always have a 
reference and can regenerate them at will.

Original issue reported on code.google.com by tonne...@gmail.com on 3 Oct 2013 at 9:50

Attachments:

GoogleCodeExporter commented 9 years ago
Those protos come from the protobuf package itself. We don't want a copy of 
them here because they may go out of date. Besides, to use goprotobuf you need 
the protobuf package to be installed so you must already have the relevant 
.proto files.

Original comment by r@golang.org on 3 Oct 2013 at 9:55