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