[ Bron: golang-github-mitchellh-go-linereader ]
Pakket: golang-github-mitchellh-go-linereader-dev (0.0~git20190213.1b945b3-3)
Verwijzigingen voor golang-github-mitchellh-go-linereader-dev
Debian bronnen:
Het bronpakket golang-github-mitchellh-go-linereader downloaden:
- [golang-github-mitchellh-go-linereader_0.0~git20190213.1b945b3-3.dsc]
- [golang-github-mitchellh-go-linereader_0.0~git20190213.1b945b3.orig.tar.xz]
- [golang-github-mitchellh-go-linereader_0.0~git20190213.1b945b3-3.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
read lines from an io.Reader and puts them onto a channel
This package contains Go software that breaks up the input from an io.Reader into multiple lines. It is a lot like bufio.Scanner, except you can specify timeouts that will push "lines" through after a certain amount of time. This lets you read lines, but return any data if a line isn't updated for some time.