func net.newUnixConn
6 uses
net (current package)
file_unix.go#L83: return newUnixConn(fd), nil
file_unix.go#L115: return newUnixConn(fd), nil
unixsock.go#L195: func newUnixConn(fd *netFD) *UnixConn { return &UnixConn{conn{fd}} }
unixsock_posix.go#L158: return newUnixConn(fd), nil
unixsock_posix.go#L166: return newUnixConn(fd), nil
unixsock_posix.go#L222: return newUnixConn(fd), nil
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)