diff options
author | Kamil Kisiel <kamil@kamilkisiel.net> | 2014-06-13 23:43:57 +0400 |
---|---|---|
committer | Kamil Kisiel <kamil@kamilkisiel.net> | 2014-06-13 23:43:57 +0400 |
commit | aa5e036e6c44aec69a32eb41097001978b29ad31 (patch) | |
tree | 6dcdbe597f2ac0d7bbdcca262824c1d506c60e4c /README.md | |
parent | 28f896870851935df0885fca3410114940d49e1b (diff) | |
parent | b5df0baf36ed4959cdfa3883153294207b288e10 (diff) |
Merge pull request #29 from yosssi/patch-1
Add github.com/yosssi/boltstore
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |