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)