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