# 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.
Package tail implements tailing of [io.ReadSeeker].