func path/filepath.FromSlash
5 uses
path/filepath (current package)
path.go#L96: return FromSlash(originalPath)
path.go#L160: return FromSlash(out.string())
path.go#L176: func FromSlash(path string) string {
go.pact.im/x/goupdate
workspaces.go#L68: paths[i] = filepath.Join(workspaceDir, filepath.FromSlash(m.DiskPath))
net/http
fs.go#L79: fullName := filepath.Join(dir, filepath.FromSlash(path.Clean("/"+name)))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)