func path/filepath.SplitList
6 uses
path/filepath (current package)
path.go#L187: func SplitList(path string) []string {
github.com/go-git/go-git/v5/plumbing/transport/ssh
auth_method.go#L263: files := filepath.SplitList(os.Getenv("SSH_KNOWN_HOSTS"))
go/build
build.go#L124: return filepath.SplitList(s)
golang.org/x/pkgsite/internal/localdatasource
datasource.go#L98: gopaths := filepath.SplitList(os.Getenv("GOPATH"))
internal/goroot
gc.go#L73: dirs = filepath.SplitList(strings.TrimPrefix(dirEntry, prefix))
os/exec
lp_unix.go#L48: for _, dir := range filepath.SplitList(path) {
![]() |
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. |