const Separator … const ListSeparator … func IsPathSeparator(c uint8) bool { … } func isLocal(path string) bool { … } func localize(path string) (string, error) { … } // IsAbs reports whether the path is absolute. func IsAbs(path string) bool { … } // volumeNameLen returns length of the leading volume name on Windows. // It returns 0 elsewhere. func volumeNameLen(path string) int { … }