tree: a83539a95264d4b84348da5be6db526f08f1ae3a [path history] [tgz]
  1. .gitignore
  2. issue427.proto
  3. Makefile
  4. README.md
vendor/github.com/gogo/protobuf/test/issue427/README.md

The Bug

Inconsistent package name generation between the import:

  • import golang_org_x_net_context “golang.org/x/net/context”
  • import google_golang_org_grpc “google.golang.org/grpc”

and the dummy vars:

  • var _ context.Context
  • var _ grpc.ClientConn