Registry / networking / microsoft-go-winio

microsoft-go-winio

JSON →
library0.6.2gogounverified

Package winio provides utilities for working with Windows I/O and named pipes in Go.

go get github.com/Microsoft/go-winio
INSTALL
IMPORT
SIG · MICROSOFT-GO-WINIO
M
microsoft-go-winio
networkinggov0.6.2
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.

winio
github.com/Microsoft/go-winio

Connects to a Windows named pipe.

import "github.com/Microsoft/go-winio" func main() { pipe, err := winio.DialPipe(`\\.\pipe\myapp`, nil) if err != nil { panic(err) } defer pipe.Close() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
microsoft-go-winio — go get microsoft-go-winio · libregistry