func path.Split

5 uses

	path (current package)
		path.go#L145: func Split(path string) (dir, file string) {
		path.go#L224: 	dir, _ := Split(path)

	go/build
		build.go#L603: 			dir, elem := pathpkg.Split(p.ImportPath)

	io/fs
		glob.go#L59: 	dir, file := path.Split(pattern)

	net/http
		server.go#L2389: 				olddir, _ := path.Split(oldpath)