mirror of
https://github.com/beego/bee.git
synced 2025-07-02 03:20:19 +00:00
Updated vendor
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user