ceph-csi/vendor/github.com/gogo/protobuf/test/issue427
2018-12-19 15:29:25 +01:00
..
.gitignore added vendors 2018-12-19 15:29:25 +01:00
issue427.proto added vendors 2018-12-19 15:29:25 +01:00
Makefile added vendors 2018-12-19 15:29:25 +01:00
README.md added vendors 2018-12-19 15:29:25 +01:00

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