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#L79: fullName := filepath.Join(dir, filepath.FromSlash(path.Clean("/"+name)))
fs.go#L848: serveFile(w, r, f.root, path.Clean(upath), true)
server.go#L2156: url = path.Clean(url)
server.go#L2281: np := path.Clean(p)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)