grpc-go/reflection/grpc_testingv3
Menghan Li 5367efb805
cleanup: no x/net/context (#3120)
Manual change + mockgen
2019-10-29 13:06:26 -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 service reflection can lookup enum, enum val, oneof, and field symbols (#1910) 2018-03-21 16:49:57 -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".