aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKamil Kisiel <kamil@kamilkisiel.net>2014-06-13 23:43:57 +0400
committerKamil Kisiel <kamil@kamilkisiel.net>2014-06-13 23:43:57 +0400
commitaa5e036e6c44aec69a32eb41097001978b29ad31 (patch)
tree6dcdbe597f2ac0d7bbdcca262824c1d506c60e4c /README.md
parent28f896870851935df0885fca3410114940d49e1b (diff)
parentb5df0baf36ed4959cdfa3883153294207b288e10 (diff)
Merge pull request #29 from yosssi/patch-1
Add github.com/yosssi/boltstore
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 09a37a6..a02df39 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ Store Implementations
---------------------
Other implementations of the sessions.Store interface:
+ * [github.com/yosssi/boltstore](https://github.com/yosssi/boltstore) - Bolt
* [github.com/srinathgs/couchbasestore](https://github.com/srinathgs/couchbasestore) - Couchbase
* [github.com/bradleypeabody/gorilla-sessions-memcache](https://github.com/bradleypeabody/gorilla-sessions-memcache) - Memcache
* [github.com/hnakamur/gaesessions](https://github.com/hnakamur/gaesessions) - Memcache on GAE