func net.newTCPConn
4 uses
net (current package)
file_unix.go#L77: return newTCPConn(fd), nil
tcpsock.go#L193: func newTCPConn(fd *netFD) *TCPConn {
tcpsock_posix.go#L101: return newTCPConn(fd), nil
tcpsock_posix.go#L143: tc := newTCPConn(fd)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)