github.com/jwowillo/pipe@v1.2.0/README.md (about) 1 # `pipe` 2 3  4 5 `pipe` allows stages of functions to easily be assembled into concurent pipes. 6 7 ## Using 8 9 `import "gopkg.in/jwowillo/pipe.v1"` 10 11 `import "github.com/jwowillo/pipe"` 12 13 ## Tests 14 15 `go test` 16 17 ## Documentation 18 19 Documentation is in directory 'doc' as Markdown files for the project 20 requirements and design. PDFs generated from the Markdown files are also 21 included. API documentation is at https://godoc.org/jwowillo/pipe.