-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement(docs): including types and funcs
- Loading branch information
1 parent
15acfa1
commit 5802e93
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// This package will help you build piplines without worrying about channel management and concurrency. | ||
// It contains common fan-in and fan-out operations as well as useful funcs for batch processing and concurrency. | ||
// If you have another common use case you would like to see covered, please open an [issue](http://github.com/deliveryhero/pipeline) | ||
// Pipeline is a go library for helping you build piplines without worrying about channel management and concurrency. | ||
// It contains common fan-in and fan-out operations as well as useful `func`s for batch processing and concurrency. | ||
// If you have another common use case you would like to see covered, please (open an issue) https://github.com/deliveryhero/pipeline/issues. | ||
package pipeline |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters