Registry / utility / stephens2424-writerset

stephens2424-writerset

JSON →
library1.0.2gogounverified

Implements a dynamic set of writers similar to io.MultiWriter, allowing addition and removal of writers.

go get github.com/stephens2424/writerset
INSTALL
IMPORT
SIG · STEPHENS2424-WRITE
S
stephens2424-writerset
utilitygov1.0.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.

writerset
github.com/stephens2424/writerset

Create a writer set, add a writer, and write to it.

package main import ( "log" "os" "github.com/stephens2424/writerset" ) func main() { ws := writerset.New() ws.Add(os.Stdout) ws.Write([]byte("hello")) ws.Remove(os.Stdout) log.Println("done") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Resources
stephens2424-writerset — go get stephens2424-writerset · libregistry