From d75aa524f0019814cba0ac1d4aa1ab2d4b7e1749 Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Wed, 3 Oct 2018 11:21:26 -0700 Subject: [PATCH] add readme --- 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..800c563 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# scoutfs-go + +This library provides interfaces for scoutfs +See [godoc](https://godoc.org/github.com/versity/scoutfs-go) for more details. + +[![GoDoc](https://godoc.org/github.com/versity/scoutfs-go?status.svg)](https://godoc.org/github.com/versity/scoutfs-go) + +[ScoutFS Webpage](http://scoutfs.org) + +The [ScoutFS repo](https://github.com/versity/scoutfs-kmod-dev) has ScoutFS introduction and quickstart in README.md. + +Visit [Versity Blog Post](http://www.versity.com/blog/scoutfs-aqi-demo) describing example use of this interface.