Reword message about reloading packages..
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -57,7 +57,7 @@ func parserPkg(pkgRealpath, pkgpath string) error { | ... | @@ -57,7 +57,7 @@ func parserPkg(pkgRealpath, pkgpath string) error { |
| 57 | rep := strings.NewReplacer("/", "_", ".", "_") | 57 | rep := strings.NewReplacer("/", "_", ".", "_") |
| 58 | commentFilename = COMMENTFL + rep.Replace(pkgpath) + ".go" | 58 | commentFilename = COMMENTFL + rep.Replace(pkgpath) + ".go" |
| 59 | if !compareFile(pkgRealpath) { | 59 | if !compareFile(pkgRealpath) { |
| 60 | Info(pkgRealpath + " don't has updated") | 60 | Info(pkgRealpath + " has not changed, not reloading") |
| 61 | return nil | 61 | return nil |
| 62 | } | 62 | } |
| 63 | genInfoList = make(map[string][]ControllerComments) | 63 | genInfoList = make(map[string][]ControllerComments) | ... | ... |
-
Please register or sign in to post a comment