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