func path.Clean
7 uses
path (current package)
path.go#L70: func Clean(path string) string {
path.go#L179: return Clean(string(buf))
path.go#L232: return Clean(dir)
net/http
fs.go#L73: path, err := safefilepath.FromFS(path.Clean("/" + name))
fs.go#L866: serveFile(w, r, f.root, path.Clean(upath), true)
server.go#L2223: url = path.Clean(url)
server.go#L2348: np := path.Clean(p)
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. |