grpc-go/reflection/grpc_testingv3
Damien Neil 15653fec60
all: refactor .pb.go generation (#3451)
Replace various //go:generate lines and regenerate.sh scripts with a
single, top-level regenerate.sh that regenerates all .pb.go files.

Placing generation in a single script ensures that all files are
generated with similar parameters. The new regenerate.sh uses the
protoc-gen-go version defined in test/tools/go.mod and automatically
handles new .proto files as they are added.

Do some minor refactoring on .proto files: Every file now has a
go_package option (which will be required by a future version of the
code generator), and file imports are all relative to the repository
root.
2020-04-24 08:54:03 -07:00
..
README.md cleanup: no x/net/context (#3120) 2019-10-29 13:06:26 -07:00
testv3.pb.go cleanup: no x/net/context (#3120) 2019-10-29 13:06:26 -07:00
testv3.proto all: refactor .pb.go generation (#3451) 2020-04-24 08:54:03 -07:00

README.md

The pb.go is genenated with an older version of codegen, to test reflection behavior with grpc.SupportPackageIsVersion3. DO NOT REGENERATE!

pb.go is manually edited to replace "golang.org/x/net/context" with "context".