mirror of
https://github.com/alexedwards/scs.git
synced 2025-07-17 01:12:21 +02:00
Fix incorrect import path in README for mongodbstore
This commit is contained in:
@ -14,7 +14,7 @@ import (
|
||||
"net/http"
|
||||
|
||||
"github.com/alexedwards/scs/v2"
|
||||
"github.com/alexedwards/scs/v2/mongodbstore"
|
||||
"github.com/alexedwards/scs/mongodbstore"
|
||||
)
|
||||
|
||||
var sessionManager *scs.SessionManager
|
||||
|
Reference in New Issue
Block a user