1
0
Mirror von https://github.com/beego/bee.git synchronisiert 2025-09-18 04:42:10 +00:00

fix: fix build faild with code check!

Dieser Commit ist enthalten in:
qiantao
2019-03-06 09:58:33 +08:00
Ursprung f1826c0bc3
Commit 95fded2840
5 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen

Datei anzeigen

@@ -116,7 +116,7 @@ func ParsePackagesFromDir(dirpath string) {
err = parsePackageFromDir(fpath)
if err != nil {
// Send the error to through the channel and continue walking
c <- fmt.Errorf("Error while parsing directory: %s", err.Error())
c <- fmt.Errorf("error while parsing directory: %s", err.Error())
return nil
}
}