func syscall.Readlink
2 uses
syscall (current package)
zsyscall_darwin_arm64.go#L1270: func Readlink(path string, buf []byte) (n int, err error) {
os
file_unix.go#L373: n, e = fixCount(syscall.Readlink(name, b))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)