New function iter.LongLines
This release adds iter.LongLines
, which produces an iterator of io.Reader
s over the lines of some input. Unlike iter.Lines
(and unlike bufio.Scanner
, on which iter.Lines
is based), LongLines
is not subject to a line-length limitation.