func path/filepath.Join
9 uses
path/filepath (current package)
match.go#L344: m = append(m, Join(dir, n))
path.go#L130: func Join(elem ...string) string {
path.go#L173: return Join(wd, path), nil
path.go#L332: path1 := Join(path, d1.Name())
path.go#L363: filename := Join(path, name)
crypto/x509
root_unix.go#L106: target, err := os.Readlink(filepath.Join(dir, f.Name()))
github.com/gotd/td/telegram
builder.go#L36: return filepath.Abs(filepath.Join(dir, ".td"))
builder.go#L56: sessionFile = filepath.Join(dir, "session.json")
net/http
fs.go#L90: fullName := filepath.Join(dir, path)
 |
The pages are generated with Golds v0.8.4. (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. |