Registry / networking / natefinch-npipe-v2

natefinch-npipe-v2

JSON →
library2.0.0-20160621034901-c1b8fa8bdccegogounverified

Provides a pure Go wrapper around Windows named pipes for inter-process communication.

go get gopkg.in/natefinch/npipe.v2
INSTALL
IMPORT
SIG · NATEFINCH-NPIPE-V2
N
natefinch-npipe-v2
networkinggov2.0.0-20160621034901-c1b8fa8bdcce
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.

npipe
gopkg.in/natefinch/npipe.v2

Connect to a Windows named pipe

import "gopkg.in/natefinch/npipe.v2" func main() { conn, err := npipe.Dial(`\\.\pipe\mypipe`) if err != nil { panic(err) } defer conn.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0-20160621034901-c1b8fa8bdccelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
natefinch-npipe-v2 — go get natefinch-npipe-v2 · libregistry