Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LineReader ¶
LineReader takes an io.Reader and produces the contents of the reader on the returned channel. Internally bufio.NewScanner is used, io.ScanLines parses lines and returns them without carriage return. Scan can panic if the split function returns too many empty tokens without advancing the input.
The channel will be closed either by reaching the end of the input or an error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.