├── LICENSE ├── README.md ├── pipe.go └── pipe_test.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/go-pipe/pipe/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/go-pipe/pipe/HEAD/README.md -------------------------------------------------------------------------------- /pipe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/go-pipe/pipe/HEAD/pipe.go -------------------------------------------------------------------------------- /pipe_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/go-pipe/pipe/HEAD/pipe_test.go --------------------------------------------------------------------------------