func path/filepath.Split
4 uses
path/filepath (current package)
match.go#L255: dir, file := Split(pattern)
path.go#L196: func Split(path string) (dir, file string) {
go/scanner
scanner.go#L133: s.dir, _ = filepath.Split(file.Name())
net/http
fs.go#L724: dir, file := filepath.Split(name)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)