From 15a55c900015a8d4ed9d5a2faae5f0242e8b543b Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 27 Jan 2020 14:43:40 -0500 Subject: [PATCH] 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 --- cephfs/doc.go | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cephfs/doc.go diff --git a/cephfs/doc.go b/cephfs/doc.go new file mode 100644 index 0000000..3fc2e3c --- /dev/null +++ b/cephfs/doc.go @@ -0,0 +1,4 @@ +/* +Package cephfs contains a set of wrappers around Ceph's libcephfs API. +*/ +package cephfs