1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-13 02:01:02 +00:00

beego: dev mode print request router & pattern

This commit is contained in:
astaxie
2014-06-10 18:09:07 +08:00
parent dbebf8df4b
commit 107a7a21c0
2 changed files with 15 additions and 3 deletions

View File

@ -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
}
}