mirror of
https://github.com/astaxie/beego.git
synced 2025-06-15 04:40:39 +00:00
rename infrastructure to core
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
package toolbox
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/pkg/infrastructure/governor"
|
||||
"github.com/astaxie/beego/pkg/core/governor"
|
||||
)
|
||||
|
||||
// AdminCheckList holds health checker map
|
||||
|
@ -19,7 +19,7 @@ import (
|
||||
"os"
|
||||
"time"
|
||||
|
||||
"github.com/astaxie/beego/pkg/infrastructure/governor"
|
||||
"github.com/astaxie/beego/pkg/core/governor"
|
||||
)
|
||||
|
||||
var startTime = time.Now()
|
||||
|
Reference in New Issue
Block a user