1
0
mirror of https://github.com/beego/bee.git synced 2024-12-23 01:30:50 +00:00
This commit is contained in:
tianqi 2016-01-06 21:44:12 +08:00
parent 0ee483de97
commit 2b4a3d19d2

View File

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