mirror of
https://github.com/beego/bee.git
synced 2025-07-17 18:22:17 +00:00
rename mod as a quickfix
This commit is contained in:
@@ -20,9 +20,9 @@ import (
|
||||
"path"
|
||||
"strings"
|
||||
|
||||
beeLogger "github.com/beego/bee/logger"
|
||||
"github.com/beego/bee/logger/colors"
|
||||
"github.com/beego/bee/utils"
|
||||
beeLogger "github.com/gadelkareem/bee/logger"
|
||||
"github.com/gadelkareem/bee/logger/colors"
|
||||
"github.com/gadelkareem/bee/utils"
|
||||
)
|
||||
|
||||
func GenerateController(cname, currpath string) {
|
||||
|
Reference in New Issue
Block a user