Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + var ErrNonPositiveLinesNumber = errors.New("The number of lines to extract from the file must be positive") + func TailFile(f io.ReadSeeker, n int) ([][]byte, error)