google.golang.org/grpc@v1.72.2/testdata/grpc_testing_not_regenerated/README.md (about) 1 `testv3.go` was generated with an older version of codegen, to test reflection 2 behavior with `grpc.SupportPackageIsVersion3`. DO NOT REGENERATE! 3 4 `testv3.go` was then manually edited to replace `"golang.org/x/net/context"` 5 with `"context"`. 6 7 `dynamic.go` was generated with a newer protoc and manually edited to remove 8 everything except the descriptor bytes var, which is renamed and exported. 9 10 `simple_message_v1.go` was generated using protoc-gen-go v1.3.5 which doesn't 11 support the MesssageV2 API. As a result the generated code implements only the 12 old MessageV1 API.