rename to v2

This commit is contained in:
Ming Deng
2020-12-14 11:12:00 +08:00
parent a70f7fc920
commit 7bc6010604
241 changed files with 489 additions and 489 deletions

View File

@@ -31,7 +31,7 @@
package toolbox
import (
"github.com/beego/beego/core/admin"
"github.com/beego/beego/v2/core/admin"
)
// AdminCheckList holds health checker map

View File

@@ -19,7 +19,7 @@ import (
"os"
"time"
"github.com/beego/beego/core/admin"
"github.com/beego/beego/v2/core/admin"
)
var startTime = time.Now()

View File

@@ -17,7 +17,7 @@ package toolbox
import (
"time"
"github.com/beego/beego/server/web"
"github.com/beego/beego/v2/server/web"
)
// Statistics struct

View File

@@ -19,7 +19,7 @@ import (
"sort"
"time"
"github.com/beego/beego/task"
"github.com/beego/beego/v2/task"
)
// The bounds for each field.