From e9bf7323453b482fcb4f4eef97951772312c4d07 Mon Sep 17 00:00:00 2001 From: Noah Watkins Date: Sat, 24 May 2014 11:13:54 -0700 Subject: [PATCH] doc: add readme Signed-off-by: Noah Watkins --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7fe2efc --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# 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 +.