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
commit 5f211a2486
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
}