Registry / networking / hugelgupf-socketpair

hugelgupf-socketpair

JSON →
library0.0.0-20230822150718-707395b1939agogounverified

Package socketpair provides bidirectionally connected net.Conns for testing purposes.

go get github.com/hugelgupf/socketpair
INSTALL
IMPORT
SIG · HUGELGUPF-SOCKETPA
H
hugelgupf-socketpair
networkinggov0.0.0-20230822150718-707395b1939a
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

socketpair
github.com/hugelgupf/socketpair

Create a pair of connected net.Conns.

package main import ( "fmt" "github.com/hugelgupf/socketpair" ) func main() { c1, c2 := socketpair.New() fmt.Println(c1, c2) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20230822150718-707395b1939alatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hugelgupf-socketpair — go get hugelgupf-socketpair · libregistry