mirror of https://github.com/ceph/go-ceph
cephfs: add a doc.go file documenting the package
The minimal doc.go file matches the style currently used for rados and rbd. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
d0cf66be62
commit
15a55c9000
|
@ -0,0 +1,4 @@
|
||||||
|
/*
|
||||||
|
Package cephfs contains a set of wrappers around Ceph's libcephfs API.
|
||||||
|
*/
|
||||||
|
package cephfs
|
Loading…
Reference in New Issue