1
0
mirror of https://github.com/beego/bee.git synced 2025-07-15 20:02:17 +00:00

Merge pull request #155 from damonchen/develop

fix: https://github.com/beego/bee/issues/154
This commit is contained in:
astaxie
2016-01-06 22:23:42 +08:00

View File

@@ -199,6 +199,7 @@ func (wft *walkFileTree) virPath(fpath string) string {
return ""
}
name = name[1:]
name = path.ToSlash(name)
return name
}