File: README.md

package info (click to toggle)
golang-google-grpc 1.33.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, experimental, sid
  • size: 7,168 kB
  • sloc: sh: 724; makefile: 76
file content (3 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (3)
1
2
3
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"`.