Registry / utility / acomagu-bufpipe

acomagu-bufpipe

JSON →
library1.0.4gogounverified

Package bufpipe provides an IO pipe with a variable-sized buffer.

go get github.com/acomagu/bufpipe
INSTALL
IMPORT
SIG · ACOMAGU-BUFPIPE
A
acomagu-bufpipe
utilitygov1.0.4
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.

bufpipe
github.com/acomagu/bufpipe

Creates a buffered pipe, writes data, and reads it back.

package main import ( "fmt" "io" "github.com/acomagu/bufpipe" ) func main() { r, w := bufpipe.New(nil) w.Write([]byte("hello")) w.Close() data, _ := io.ReadAll(r) fmt.Println(string(data)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
32
OpenAI (training)
1
Resources
acomagu-bufpipe — go get acomagu-bufpipe · libregistry