mirror of https://github.com/ceph/go-ceph
13 lines
305 B
Markdown
13 lines
305 B
Markdown
|
# 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>.
|