You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
socketpair is a Go library that provides bidirectionally connected net.Conns,
net.PacketConns made from socketpair(2) as well as bidirectionally connected
net.TCPConns.
socketpair is currently mostly used in testing Go protocol libraries.
About
socketpair is a Go library that provides bidirectionally connected Conns