const os.PathSeparator
10 uses
os (current package)
path_unix.go#L10: PathSeparator = '/' // OS-specific path separator
path_unix.go#L16: return PathSeparator == c
removeall_at.go#L50: pathErr.Path = parentDir + string(PathSeparator) + pathErr.Path
removeall_at.go#L124: pathErr.Path = base + string(PathSeparator) + pathErr.Path
tempfile.go#L102: return "", &PathError{Op: "mkdirtemp", Path: dir + string(PathSeparator) + prefix + "*" + suffix, Err: ErrExist}
tempfile.go#L117: return dir + string(PathSeparator) + name
path/filepath
path.go#L62: Separator = os.PathSeparator
symlink.go#L17: pathSeparator := string(os.PathSeparator)
testing
testing.go#L1101: dir := fmt.Sprintf("%s%c%03d", c.tempDir, os.PathSeparator, seq)
testing.go#L2016: return fmt.Sprintf("%s%c%s", *outputDir, os.PathSeparator, path)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)