1
0
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:
Waleed Gadelkareem
2020-04-18 21:00:23 +02:00
parent a7697e1e3e
commit 723a91f640
38 changed files with 134 additions and 134 deletions

View File

@@ -20,11 +20,11 @@ import (
path "path/filepath"
"strings"
"github.com/beego/bee/cmd/commands"
"github.com/beego/bee/cmd/commands/version"
"github.com/beego/bee/generate"
beeLogger "github.com/beego/bee/logger"
"github.com/beego/bee/utils"
"github.com/gadelkareem/bee/cmd/commands"
"github.com/gadelkareem/bee/cmd/commands/version"
"github.com/gadelkareem/bee/generate"
beeLogger "github.com/gadelkareem/bee/logger"
"github.com/gadelkareem/bee/utils"
)
var CmdApiapp = &commands.Command{