Binary package “golang-github-mitchellh-go-linereader-dev” in ubuntu focal

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.