diff --git a/doc.go b/doc.go index 2344717..1fcc2db 100644 --- a/doc.go +++ b/doc.go @@ -13,8 +13,3 @@ The "cephfs" sub-package wraps APIs that handle CephFS specific functions. Consult the documentation for each package for additional details. */ package ceph - -import ( - _ "github.com/ceph/go-ceph/rados" - _ "github.com/ceph/go-ceph/rbd" -)