protobuf-go/cmd/protoc-gen-go/testdata/proto2
Damien Neil ce36f8d1b4 cmd/protoc-gen-go: register messages and map field types
Move generation of the init function that registers all the types in a
file into a single function.

Take some care to generate the registrations in the same order as the
previous protoc-gen-go, to make it easier to catch unintended
differences in output.

For the same reason, adjust the order of generation to generate all
enums before all messages (matches previous behavior).

Change-Id: Ie0d574004d01a16f8d7b10be3882719a3c41676e
Reviewed-on: https://go-review.googlesource.com/135359
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2018-09-14 22:26:09 +00:00
..
enum.pb.go cmd/protoc-gen-go: register messages and map field types 2018-09-14 22:26:09 +00:00
enum.proto cmd/protoc-gen-go: generate enums 2018-09-11 21:42:46 +00:00
fields.pb.go cmd/protoc-gen-go: register messages and map field types 2018-09-14 22:26:09 +00:00
fields.proto cmd/protoc-gen-go: add support for map fields 2018-09-13 22:20:09 +00:00
nested_messages.pb.go cmd/protoc-gen-go: register messages and map field types 2018-09-14 22:26:09 +00:00
nested_messages.proto protogen: generate message skeletons 2018-08-23 22:10:13 +00:00
proto2.pb.go cmd/protoc-gen-go: register messages and map field types 2018-09-14 22:26:09 +00:00
proto2.proto cmd/protoc-gen-go: generate message fields 2018-09-12 18:08:39 +00:00