mirror of
https://github.com/astaxie/beego.git
synced 2025-06-18 17:50:39 +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"
|
||||
cluster "github.com/astaxie/beego/pkg/infrastructure/session/redis_cluster"
|
||||
cluster "github.com/astaxie/beego/pkg/core/session/redis_cluster"
|
||||
)
|
||||
|
||||
// MaxPoolSize redis_cluster max pool size
|
||||
|
Reference in New Issue
Block a user