mirror of
https://github.com/astaxie/beego.git
synced 2024-12-23 09:10:49 +00:00
Merge pull request #933 from rbastic/develop
Reword message about reloading packages..
This commit is contained in:
commit
f2df07f630
@ -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