9c5348f6 by astaxie

beego: autoroute

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