protobuf-go/internal/testprotos/legacy
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
..
proto2.v0.0.0-20160225-2fc053c5 internal/testprotos/legacy: initial commit 2018-11-13 22:37:52 +00:00
proto2.v0.0.0-20160519-a4ab9ec5 internal/testprotos/legacy: initial commit 2018-11-13 22:37:52 +00:00
proto2.v1.0.0-20180125-92554152 internal/testprotos/legacy: initial commit 2018-11-13 22:37:52 +00:00
proto2.v1.1.0-20180430-b4deda09 internal/testprotos/legacy: initial commit 2018-11-13 22:37:52 +00:00
proto2.v1.2.0-20180814-aa810b61 internal/testprotos/legacy: initial commit 2018-11-13 22:37:52 +00:00
proto2.v1.2.1-20181126-8d0c54c1 internal/impl: fix legacy logic to know about the new XXX_OneofWrappers method 2018-11-29 08:04:36 +00:00
proto3.v0.0.0-20160225-2fc053c5 internal/testprotos/legacy: initial commit 2018-11-13 22:37:52 +00:00
proto3.v0.0.0-20160519-a4ab9ec5 internal/testprotos/legacy: initial commit 2018-11-13 22:37:52 +00:00
proto3.v1.0.0-20180125-92554152 internal/testprotos/legacy: initial commit 2018-11-13 22:37:52 +00:00
proto3.v1.1.0-20180430-b4deda09 internal/testprotos/legacy: initial commit 2018-11-13 22:37:52 +00:00
proto3.v1.2.0-20180814-aa810b61 internal/testprotos/legacy: initial commit 2018-11-13 22:37:52 +00:00
proto3.v1.2.1-20181126-8d0c54c1 internal/impl: fix legacy logic to know about the new XXX_OneofWrappers method 2018-11-29 08:04:36 +00:00
legacy.pb.go cmd/protoc-gen-go: enforce init order within packages 2019-03-10 22:19:14 +00:00
legacy.proto internal/cmd/generate-protos: initial commit 2019-03-01 20:47:52 +00:00