9c5348f6 by astaxie

beego: autoroute

1 parent 90f91b10
...@@ -165,7 +165,7 @@ func compareFile(pkgRealpath string) bool { ...@@ -165,7 +165,7 @@ func compareFile(pkgRealpath string) bool {
165 return true 165 return true
166 } 166 }
167 if v, ok := pkgLastupdate[pkgRealpath]; ok { 167 if v, ok := pkgLastupdate[pkgRealpath]; ok {
168 if ft.ModTime().UnixNano() >= v { 168 if ft.ModTime().UnixNano() <= v {
169 return false 169 return false
170 } 170 }
171 } 171 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!