func path.Split
13 uses
path (current package)
path.go#L152: func Split(path string) (dir, file string) {
path.go#L231: dir, _ := Split(path)
github.com/go-git/go-git/v5/plumbing/object
tree.go#L412: w.base, _ = path.Split(w.base)
go/build
build.go#L548: dir, elem := pathpkg.Split(p.ImportPath)
golang.org/x/mod/zip
zip.go#L218: dir, base := path.Split(p)
zip.go#L233: dir, _ := path.Split(p)
golang.org/x/pkgsite/internal/fetch
load.go#L65: _, name := path.Split(f.Name)
golang.org/x/pkgsite/internal/frontend
header.go#L95: _, base := path.Split(prefix)
golang.org/x/pkgsite/internal/source
source.go#L89: dir, base := path.Split(pathname)
source.go#L105: dir, base := path.Split(pathname)
source.go#L531: dir, base := path.Split(s)
io/fs
glob.go#L49: dir, file := path.Split(pattern)
net/http
server.go#L2145: olddir, _ := path.Split(oldpath)
 |
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. |