func path/filepath.Split
8 uses
path/filepath (current package)
match.go#L255: dir, file := Split(pattern)
path.go#L196: func Split(path string) (dir, file string) {
github.com/go-git/gcfg/scanner
scanner.go#L118: s.dir, _ = filepath.Split(file.Name())
github.com/go-git/go-billy/v5/util
glob.go#L29: dir, file := filepath.Split(pattern)
github.com/go-git/go-git/v5
worktree_status.go#L620: dir, _ := filepath.Split(file)
go/scanner
scanner.go#L128: s.dir, _ = filepath.Split(file.Name())
golang.org/x/pkgsite/internal/testing/testhelper
testhelper.go#L128: parent, _ := filepath.Split(path)
net/http
fs.go#L724: dir, file := filepath.Split(name)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |