ceph-csi/vendor/github.com/gogo/protobuf/test/issue427/README.md
2019-01-14 20:15:09 +00:00

257 B

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