mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-19 04:40:19 +00:00
12 lines
257 B
Markdown
12 lines
257 B
Markdown
|
# 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
|