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

rename infrastructure to core

This commit is contained in:
Ming Deng
2020-10-05 18:13:26 +08:00
parent ff7a8b966b
commit 48e98482f7
190 changed files with 129 additions and 130 deletions

View File

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