protobuf-go/cmd/protoc-gen-go/testdata/issue780_oneof_conflict
Damien Neil 0fc224513b cmd/protoc-gen-go: enforce init order within packages
Ensure that the init funcs for files within a Go package run in the
dependency order of the source .proto files. That is, if a.proto and b.proto
are part of the same Go package, and a.proto imports b.proto, then b.pb.go's
init funcs must run before a.pb.go's.

Change-Id: I0e86ff22e5c4cab9df7a73fe4805390fadd34b0d
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/166419
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
Reviewed-by: Herbie Ong <herbie@google.com>
2019-03-10 22:19:14 +00:00
..
test.pb.go cmd/protoc-gen-go: enforce init order within packages 2019-03-10 22:19:14 +00:00
test.proto protogen: fix oneof name mangling regression 2019-01-09 07:23:28 +00:00