func syscall.Readlink
2 uses
syscall (current package)
syscall_linux.go#L185: func Readlink(path string, buf []byte) (n int, err error) {
os
file_unix.go#L376: n, e = fixCount(syscall.Readlink(name, b))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)