func os.Readlink
4 uses
os (current package)
executable_procfs.go#L24: path, err := Readlink(procfn)
file_unix.go#L431: func Readlink(name string) (string, error) {
crypto/x509
root_unix.go#L106: target, err := os.Readlink(filepath.Join(dir, f.Name()))
path/filepath
symlink.go#L103: link, err := os.Readlink(dest)
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. |