func path.Clean
7 uses
path (current package)
path.go#L72: func Clean(path string) string {
path.go#L172: return Clean(string(buf))
path.go#L225: return Clean(dir)
net/http
fs.go#L73: path := path.Clean("/" + name)[1:]
fs.go#L986: serveFile(w, r, f.root, path.Clean(upath), true)
server.go#L2326: url = path.Clean(url)
server.go#L2531: np := path.Clean(p)
![]() |
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. |