func path.Join
6 uses
path (current package)
path.go#L155: func Join(elem ...string) string {
io/fs
glob.go#L113: m = append(m, path.Join(dir, n))
sub.go#L57: return path.Join(f.dir, name), nil
walk.go#L94: name1 := path.Join(name, d1.Name())
net/url
url.go#L1244: p = path.Join(elem...)[1:]
url.go#L1246: p = path.Join(elem...)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |