protobuf-go/cmd/protoc-gen-go-grpc/testdata/grpc
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
..
deprecation_grpc.pb.go cmd/protoc-gen-go-grpc: switch to the stdlib "context" package 2018-12-03 20:00:03 +00:00
deprecation.pb.go cmd/protoc-gen-go: enforce init order within packages 2019-03-10 22:19:14 +00:00
deprecation.proto
grpc_grpc.pb.go cmd/protoc-gen-go-grpc: fix camel-casing of names in generated code 2018-12-11 19:20:28 +00:00
grpc.pb.go cmd/protoc-gen-go: enforce init order within packages 2019-03-10 22:19:14 +00:00
grpc.proto cmd/protoc-gen-go-grpc: change test files to exercise name rewriting 2018-12-11 19:11:24 +00:00