func path/filepath.Clean
8 uses
path/filepath (current package)
path.go#L98: func Clean(path string) string {
path.go#L205: path = Clean(path)
path.go#L299: return Clean(path), nil
path.go#L319: base := Clean(basepath)
path.go#L320: targ := Clean(targpath)
path.go#L653: dir := Clean(path[len(vol) : i+1])
path_unix.go#L49: return Clean(strings.Join(elem[i:], string(Separator)))
symlink.go#L148: return Clean(dest), nil
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |