1
0
mirror of https://github.com/beego/bee.git synced 2025-07-19 16:45:40 +00:00

rename mod back

This commit is contained in:
Waleed Gadelkareem
2020-04-18 22:16:51 +02:00
parent 0656abea7a
commit ce75034062
39 changed files with 135 additions and 135 deletions

View File

@@ -17,13 +17,13 @@ import (
"os"
"strings"
"github.com/gadelkareem/bee/cmd/commands"
"github.com/gadelkareem/bee/cmd/commands/version"
"github.com/gadelkareem/bee/config"
"github.com/gadelkareem/bee/generate"
"github.com/gadelkareem/bee/generate/swaggergen"
"github.com/gadelkareem/bee/logger"
"github.com/gadelkareem/bee/utils"
"github.com/beego/bee/cmd/commands"
"github.com/beego/bee/cmd/commands/version"
"github.com/beego/bee/config"
"github.com/beego/bee/generate"
"github.com/beego/bee/generate/swaggergen"
"github.com/beego/bee/logger"
"github.com/beego/bee/utils"
)
var CmdGenerate = &commands.Command{