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
1 changed files with 1 additions and 0 deletions

View File

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