Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Lines ¶
Lines returns a sequence that produces one at a time, lines of text from the provided reader. Errors while reading will interupt processing.
This version is Volatile, meaning that you can only iterate over the input a single time, as it can't "go back" and return old lines, since none are stored.
If you need to use the lines multiple times, consider calling Materialize on the returned sequence, or wrap it with [process.Buffer].
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.