protobuf-go/cmd/protoc-gen-go
Damien Neil 0dbce8360e cmd/protoc-gen-go: always register file descriptor
Always generate the init func containing the proto.RegisterFile call.
This call used to be in a different init func which was unconditionally
generated. Consolidating the init funcs means that we need to always
generate the single remaining func.

Change-Id: Icbf7d14d018d693dab2824f114c57e4e36384568
Reviewed-on: https://go-review.googlesource.com/c/156197
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2019-01-03 17:58:25 +00:00
..
internal_gengo cmd/protoc-gen-go: always register file descriptor 2019-01-03 17:58:25 +00:00
testdata reflect/prototype: hoist semantic options into builders 2018-12-11 20:25:45 +00:00
golden_test.go reflect/protodesc: split descriptor related functionality from prototype 2018-12-05 00:38:30 +00:00
main.go protogen: add an option to rewrite import paths 2018-09-28 21:19:59 +00:00