https://github.com/momokatte/go-drain
A Go library for connecting Readers and Writers with string channels
https://github.com/momokatte/go-drain
channels file-handling go golang iterators line-by-line reader word-by-word writer
Last synced: 5 months ago
JSON representation
A Go library for connecting Readers and Writers with string channels
- Host: GitHub
- URL: https://github.com/momokatte/go-drain
- Owner: momokatte
- License: other
- Created: 2015-11-10T03:26:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T01:41:44.000Z (over 10 years ago)
- Last Synced: 2024-06-20T06:23:10.465Z (almost 2 years ago)
- Topics: channels, file-handling, go, golang, iterators, line-by-line, reader, word-by-word, writer
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-drain
A Go library for connecting Readers and Writers with string channels, with convenience functions for os.Stdin, os.Stdout, and os.File.
The [go-drain-example](https://github.com/momokatte/go-drain-example) app demonstrates practical use of this package.
## Online GoDoc
https://godoc.org/github.com/momokatte/go-drain