mirror of
https://github.com/astaxie/beego.git
synced 2025-06-18 19:30:40 +00:00
move core/session to web/session
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
"net/http"
|
||||
|
||||
"github.com/astaxie/beego/pkg/adapter/session"
|
||||
beeLedis "github.com/astaxie/beego/pkg/core/session/ledis"
|
||||
beeLedis "github.com/astaxie/beego/pkg/server/web/session/ledis"
|
||||
)
|
||||
|
||||
// SessionStore ledis session store
|
||||
|
Reference in New Issue
Block a user