mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Fixes golang/go#6539 The problem happens on my win7, for example, the path is "/content\\foo.article". It leads to the wrong link in generated html page. So I think we should replace all"\\" with "/" in path string at first. R=golang-dev, dsymonds, mirtchovski, dave, adg, alex.brainman CC=golang-dev https://golang.org/cl/14023043