mirror of
https://github.com/astaxie/beego.git
synced 2025-06-18 17:40:40 +00:00
rename infrastructure to core
This commit is contained in:
@ -37,7 +37,7 @@ import (
|
||||
"net/http"
|
||||
|
||||
"github.com/astaxie/beego/pkg/adapter/session"
|
||||
beecb "github.com/astaxie/beego/pkg/infrastructure/session/couchbase"
|
||||
beecb "github.com/astaxie/beego/pkg/core/session/couchbase"
|
||||
)
|
||||
|
||||
// SessionStore store each session
|
||||
|
Reference in New Issue
Block a user