mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 08:00:57 +00:00
update output information
This commit is contained in:
parent
22196d7841
commit
420cd507b2
@ -58,7 +58,7 @@ func parserPkg(pkgRealpath, pkgpath string) error {
|
||||
rep := strings.NewReplacer("/", "_", ".", "_")
|
||||
commentFilename = coomentPrefix + rep.Replace(pkgpath) + ".go"
|
||||
if !compareFile(pkgRealpath) {
|
||||
Info(pkgRealpath + " has not changed, not reloading")
|
||||
Info(pkgRealpath + " no changed")
|
||||
return nil
|
||||
}
|
||||
genInfoList = make(map[string][]ControllerComments)
|
||||
|
Loading…
Reference in New Issue
Block a user