1
0
Mirror von https://github.com/beego/bee.git synchronisiert 2025-10-25 17:12:18 +00:00

using beego to rerwite all commands

Dieser Commit ist enthalten in:
Ming Deng
2020-11-05 23:52:08 +08:00
Ursprung fa7aee4d01
Commit f2a93c8c75
13 geänderte Dateien mit 161 neuen und 45 gelöschten Zeilen

Datei anzeigen

@@ -35,8 +35,8 @@ import (
yaml "gopkg.in/yaml.v2"
"github.com/astaxie/beego/swagger"
"github.com/astaxie/beego/utils"
"github.com/astaxie/beego/server/web/swagger"
"github.com/astaxie/beego/core/utils"
beeLogger "github.com/beego/bee/logger"
)
@@ -429,7 +429,7 @@ func analyseControllerPkg(localName, pkgpath string) {
if isSystemPackage(pkgpath) {
return
}
if pkgpath == "github.com/astaxie/beego" {
if pkgpath == "github.com/astaxie/beego/server/web" {
return
}
if localName != "" {