From 420cd507b24f03b049e002707f7c84e448afba87 Mon Sep 17 00:00:00 2001 From: astaxie Date: Fri, 11 Mar 2016 10:07:44 +0800 Subject: [PATCH] update output information --- parser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser.go b/parser.go index f23f4720..46d02320 100644 --- a/parser.go +++ b/parser.go @@ -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)