func path/filepath.Join
7 uses
path/filepath (current package)
match.go#L356: m = append(m, Join(dir, n))
path.go#L130: func Join(elem ...string) string {
path.go#L173: return Join(wd, path), nil
path.go#L331: path1 := Join(path, d1.Name())
path.go#L362: filename := Join(path, name)
crypto/x509
root_unix.go#L106: target, err := os.Readlink(filepath.Join(dir, f.Name()))
net/http
fs.go#L85: fullName := filepath.Join(dir, path)
![]() |
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. |