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