Source File
sock_unix.go
Belonging Package
src.elv.sh/pkg/daemon
// +build !windows,!plan9package daemonimportfunc ( string) (net.Listener, error) {return net.Listen("unix", )}func ( string) (net.Conn, error) {return net.Dial("unix", )}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)