devalexandre / pipe

The pipe package provides a simple yet powerful way to create Unix-like pipelines in Go. It allows developers to chain together functions in a sequence where the output of one function becomes the input to the next. This package is designed to make function composition intuitive and to support clean, readable code for complex data processing tas…
β˜†17Updated 6 months ago

Alternatives and similar repositories for pipe:

Users that are interested in pipe are comparing it to the libraries listed below