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:
John Mulligan 2020-01-27 14:43:40 -05:00 committed by Niels de Vos
parent d0cf66be62
commit 15a55c9000
1 changed files with 4 additions and 0 deletions

4
cephfs/doc.go Normal file
View File

@ -0,0 +1,4 @@
/*
Package cephfs contains a set of wrappers around Ceph's libcephfs API.
*/
package cephfs