lineiter

package
v1.78.0 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2024 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Overview

Package lineiter iterates over lines in things.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bytes

func Bytes(bs []byte) iter.Seq[[]byte]

Bytes returns an iterator over the lines in bs. The returned substrings don't include the trailing newline. Lines may be empty.

func File

func File(name string) iter.Seq[result.Of[[]byte]]

File returns an iterator that reads lines from the named file.

The returned substrings don't include the trailing newline. Lines may be empty.

func Reader

func Reader(r io.Reader) iter.Seq[result.Of[[]byte]]

Reader returns an iterator over the lines in r.

The returned substrings don't include the trailing newline. Lines may be empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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