iochan

package
v1.6.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2020 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LineReader

func LineReader(r io.Reader) <-chan string

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL