Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Add link to memstore implementation (gorilla#143)
Browse files Browse the repository at this point in the history
Adds a link to memstore, an in-memory implementation of `sessions.Store` for use in unit tests
  • Loading branch information
quasoft authored and kisielk committed Feb 6, 2018
1 parent fe21b6a commit 41ee504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Other implementations of the `sessions.Store` interface:
* [github.com/michaeljs1990/sqlitestore](https://github.com/michaeljs1990/sqlitestore) - SQLite
* [github.com/wader/gormstore](https://github.com/wader/gormstore) - GORM (MySQL, PostgreSQL, SQLite)
* [github.com/gernest/qlstore](https://github.com/gernest/qlstore) - ql
* [github.com/quasoft/memstore](https://github.com/quasoft/memstore) - In-memory implementation for use in unit tests

## License

Expand Down

0 comments on commit 41ee504

Please sign in to comment.