1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 11:03:27 +00:00

Merge branch 'develop' of https://github.com/beego/bee into develop

This commit is contained in:
astaxie 2016-01-07 10:17:42 +08:00
commit bf2329c288

View File

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