package
3.2.0
Repository: https://github.com/juju/utils.git
Documentation: pkg.go.dev

# Functions

NewTailer starts a Tailer which reads strings from the passed ReadSeeker line by line.
SeekLastLines sets the read position of the ReadSeeker to the wanted number of filtered lines before the end.

# Structs

Tailer reads an input line by line an tails them into the passed Writer.

# Type aliases

TailerFilterFunc decides if a line shall be tailed (func is nil or returns true) of shall be omitted (func returns false).