Package: wnpp Severity: wishlist Control: block 808940 by -1 * Package name : golang-github-mitchellh-go-linereader Version : 0.0~git20141013.07bab5f Upstream Author : Mitchell Hashimoto <mitchell.hashim...@gmail.com> * URL : https://github.com/mitchellh/go-linereader * License : Expat Programming Lang: Go Description : Go library that breaks up the input from an io.Reader into multiple lines
go-linereader (Golang package: linereader) is a package for Go 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. This is a requirement for Terraform. Thanks, DS