mirror of
https://github.com/beego/bee.git
synced 2025-07-17 13:12:17 +00:00
rename mod as a quickfix
This commit is contained in:
@@ -21,7 +21,7 @@ import (
|
||||
|
||||
"runtime"
|
||||
|
||||
"github.com/beego/bee/config"
|
||||
"github.com/gadelkareem/bee/config"
|
||||
)
|
||||
|
||||
const appName = "Beego"
|
||||
|
@@ -29,8 +29,8 @@ import (
|
||||
"time"
|
||||
"unicode"
|
||||
|
||||
beeLogger "github.com/beego/bee/logger"
|
||||
"github.com/beego/bee/logger/colors"
|
||||
beeLogger "github.com/gadelkareem/bee/logger"
|
||||
"github.com/gadelkareem/bee/logger/colors"
|
||||
)
|
||||
|
||||
// Go is a basic promise implementation: it wraps calls a function in a goroutine
|
||||
|
Reference in New Issue
Block a user