1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-18 18:00:40 +00:00

move core/session to web/session

This commit is contained in:
Ming Deng
2020-10-05 19:04:22 +08:00
parent 9e6b8fcf34
commit d8e8f41230
41 changed files with 33 additions and 32 deletions

View File

@ -45,7 +45,7 @@ import (
"net/http"
"github.com/astaxie/beego/pkg/adapter/session"
"github.com/astaxie/beego/pkg/core/session/mysql"
"github.com/astaxie/beego/pkg/server/web/session/mysql"
// import mysql driver
_ "github.com/go-sql-driver/mysql"