Go bindings for Ceph
Go to file
Noah Watkins af6b92d0e0 doc: update method docs
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
2014-05-24 11:28:19 -07:00
README.md doc: add readme 2014-05-24 11:13:54 -07:00
conn.go initial commit: starting go-rados library 2014-05-24 10:36:12 -07:00
pool.go doc: update method docs 2014-05-24 11:28:19 -07:00
rados.go initial commit: starting go-rados library 2014-05-24 10:36:12 -07:00
rados_test.go initial commit: starting go-rados library 2014-05-24 10:36:12 -07:00

README.md

go-rados - Go bindings for RADOS distributed object store

Installation

go get github.com/noahdesu/go-rados

The native RADOS library and development headers are expected to be installed.

Documentation

Detailed documentation is available at http://godoc.org/github.com/noahdesu/go-rados.