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:
@@ -3,9 +3,9 @@ package generate
|
||||
import (
|
||||
"strings"
|
||||
|
||||
"github.com/beego/bee/cmd/commands/migrate"
|
||||
beeLogger "github.com/beego/bee/logger"
|
||||
"github.com/beego/bee/utils"
|
||||
"github.com/gadelkareem/bee/cmd/commands/migrate"
|
||||
beeLogger "github.com/gadelkareem/bee/logger"
|
||||
"github.com/gadelkareem/bee/utils"
|
||||
)
|
||||
|
||||
func GenerateScaffold(sname, fields, currpath, driver, conn string) {
|
||||
|
Reference in New Issue
Block a user