Registry / networking / akutz-memconn

akutz-memconn

JSON →
library0.1.0gogounverified

Package memconn provides in-memory network connections for Go.

go get github.com/akutz/memconn
INSTALL
IMPORT
SIG · AKUTZ-MEMCONN
A
akutz-memconn
networkinggov0.1.0
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.

memconn
github.com/akutz/memconn

Create an in-memory listener for testing.

package main import ( "fmt" "github.com/akutz/memconn" ) func main() { l, err := memconn.Listen("memu", "test") if err != nil { panic(err) } defer l.Close() fmt.Println("listening on", l.Addr()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
49 hits · last 30 days
node
40
OpenAI (training)
1
Resources
akutz-memconn — go get akutz-memconn · libregistry