Registry / utility / pipe-v2

pipe-v2

JSON →
library2.0.0-20140414041502-3c2ca4d52544gogounverified

Package pipe implements unix-like pipelines for Go.

go get gopkg.in/pipe.v2
INSTALL
IMPORT
SIG · PIPE-V2
P
pipe-v2
utilitygov2.0.0-20140414041502-3c2ca4d52544
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.

pipe
gopkg.in/pipe.v2

Create a pipeline that echoes 'hello' and counts characters.

package main import ( "fmt" "gopkg.in/pipe.v2" ) func main() { p := pipe.Line( pipe.Exec("echo", "hello"), pipe.Exec("wc", "-c"), ) out, err := pipe.Output(p) if err != nil { panic(err) } fmt.Println(string(out)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0-20140414041502-3c2ca4d52544latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pipe-v2 — go get pipe-v2 · libregistry