func path/filepath.ToSlash
7 uses
path/filepath (current package)
path.go#L92: func ToSlash(path string) string {
go/build
build.go#L190: return filepath.ToSlash(after), true
build.go#L1796: srcdir = filepath.ToSlash(srcdir)
golang.org/x/tools/go/packages
golist.go#L311: filepath.ToSlash(response.Packages[0].PkgPath) == filepath.ToSlash(query) {
golist.go#L741: return path.Join(rpath, filepath.ToSlash(r)), true, nil
golist.go#L743: return filepath.ToSlash(r), true, nil
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)