## socketpair
[](https://goreportcard.com/report/github.com/hugelgupf/socketpair)
[](https://godoc.org/github.com/hugelgupf/socketpair)
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.
|