Skip to content

New function iter.LongLines

Compare
Choose a tag to compare
@bobg bobg released this 09 Feb 15:02
· 10 commits to master since this release
09c6ead

This release adds iter.LongLines, which produces an iterator of io.Readers 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.