const path/filepath.Separator
15 uses
path/filepath (current package)
match.go#L52: return !strings.Contains(name, string(Separator)), nil
match.go#L69: for i := 0; i < len(name) && name[i] != Separator; i++ {
match.go#L178: if s[0] == Separator {
match.go#L301: case string(Separator):
path.go#L24: Separator = os.PathSeparator
path.go#L198: base = string(Separator)
path.go#L202: baseSlashed := len(base) > 0 && base[0] == Separator
path.go#L203: targSlashed := len(targ) > 0 && targ[0] == Separator
path.go#L212: for bi < bl && base[bi] != Separator {
path.go#L215: for ti < tl && targ[ti] != Separator {
path.go#L235: seps := bytealg.CountString(base[b0:bl], Separator)
path.go#L243: buf[n] = Separator
path.go#L248: buf[n] = Separator
path_unix.go#L36: return Clean(strings.Join(elem[i:], string(Separator)))
net/http
fs.go#L88: return nil, mapOpenError(err, fullName, filepath.Separator, os.Stat)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |