Registry / utility / bodgit-plumbing

bodgit-plumbing

JSON →
library1.3.0gogounverified

Package plumbing is a collection of assorted I/O helpers.

go get github.com/bodgit/plumbing
INSTALL
IMPORT
SIG · BODGIT-PLUMBING
B
bodgit-plumbing
utilitygov1.3.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.

plumbing
github.com/bodgit/plumbing

Using a plumbing pipe

package main import ( "fmt" "github.com/bodgit/plumbing" ) func main() { // Example: using a pipe r, w := plumbing.Pipe() w.Write([]byte("hello")) buf := make([]byte, 5) r.Read(buf) fmt.Println(string(buf)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
bodgit-plumbing — go get bodgit-plumbing · libregistry