mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 13:00:54 +00:00
Reword message about reloading packages..
This commit is contained in:
parent
0ad75cb5fa
commit
dc89f844f3
@ -57,7 +57,7 @@ func parserPkg(pkgRealpath, pkgpath string) error {
|
|||||||
rep := strings.NewReplacer("/", "_", ".", "_")
|
rep := strings.NewReplacer("/", "_", ".", "_")
|
||||||
commentFilename = COMMENTFL + rep.Replace(pkgpath) + ".go"
|
commentFilename = COMMENTFL + rep.Replace(pkgpath) + ".go"
|
||||||
if !compareFile(pkgRealpath) {
|
if !compareFile(pkgRealpath) {
|
||||||
Info(pkgRealpath + " don't has updated")
|
Info(pkgRealpath + " has not changed, not reloading")
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
genInfoList = make(map[string][]ControllerComments)
|
genInfoList = make(map[string][]ControllerComments)
|
||||||
|
Loading…
Reference in New Issue
Block a user