Versions in this module Expand all Collapse all v1 v1.0.0 Apr 16, 2024 Changes in this version + func Tail(file *os.File, n int) ([]byte, error) + func TailAt(file *os.File, n int, offset int64) ([]byte, int64, error) + func TailAtLines(file *os.File, n int, offset int64) ([][]byte, int64, error) + func TailAtString(file *os.File, n int, offset int64) (string, int64, error) + func TailAtStringLines(file *os.File, n int, offset int64) ([]string, int64, error) + func TailLines(file *os.File, n int) ([][]byte, error)