func path/filepath.Join
9 uses
path/filepath (current package)
match.go#L355: m = append(m, Join(dir, n))
path.go#L262: func Join(elem ...string) string {
path.go#L305: return Join(wd, path), nil
path.go#L463: path1 := Join(path, d1.Name())
path.go#L494: 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#L35: return filepath.Abs(filepath.Join(dir, ".td"))
builder.go#L55: sessionFile = filepath.Join(dir, "session.json")
net/http
fs.go#L81: fullName := filepath.Join(dir, path)
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |