doc: setup docs for multiple packages

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
Noah Watkins 2015-01-12 20:57:40 -08:00
parent ae9281be81
commit 94b23c6de7
2 changed files with 9 additions and 1 deletions

6
doc.go
View File

@ -1,4 +1,8 @@
/*
Package noahdesu/go-rados provides access to librados and librbd.
Set of wrappers around Ceph APIs.
*/
package rados
import (
_ "github.com/noahdesu/go-rados/rados"
)

4
rados/doc.go Normal file
View File

@ -0,0 +1,4 @@
/*
Set of wrappers around librados API.
*/
package rados