Categorygithub.com/siderolabs/go-tail
modulepackage
0.1.1
Repository: https://github.com/siderolabs/go-tail.git
Documentation: pkg.go.dev

# README

go-tail

Package tail implements tailing of [io.ReadSeeker].

# Functions

SeekLines seeks the passed io.ReadSeeker so that it's -N lines from the tail.

# Constants

Window is the read window size for tail scanning.