mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
added vendors
This commit is contained in:
11
vendor/github.com/gogo/protobuf/test/issue427/README.md
generated
vendored
Normal file
11
vendor/github.com/gogo/protobuf/test/issue427/README.md
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
# 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
|
Reference in New Issue
Block a user