func syscall.Unlink
3 uses
syscall (current package)
syscall_linux.go#L328: func Unlink(path string) error {
net
unixsock_posix.go#L193: syscall.Unlink(ln.path)
os
file_unix.go#L363: return syscall.Unlink(name)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)