memstore icon indicating copy to clipboard operation
memstore copied to clipboard

In-memory store for gorilla/sessions for use in tests and dev environments

Results 1 memstore issues
Sort by recently updated
recently updated
newest added

Hey, I just run the example, but not work. ```go package main import ( "fmt" "log" "net/http" "github.com/quasoft/memstore" ) func main() { // Create a memory store, providing authentication and...