Registry / utility / tonistiigi-fifo

tonistiigi-fifo

JSON →
library1.1.0gogounverified

Package fifo provides a simple FIFO named pipe implementation for Go.

go get github.com/tonistiigi/fifo
INSTALL
IMPORT
SIG · TONISTIIGI-FIFO
T
tonistiigi-fifo
utilitygov1.1.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.

fifo
github.com/tonistiigi/fifo

Open a FIFO named pipe

package main import ( "fmt" "github.com/tonistiigi/fifo" ) func main() { f, _ := fifo.Open("/tmp/mypipe", 0666) defer f.Close() fmt.Println("FIFO opened") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
tonistiigi-fifo — go get tonistiigi-fifo · libregistry