Versions in this module Expand all Collapse all v0 v0.6.0 Nov 27, 2021 Changes in this version + func ReadFileLines(path string, h func(line []byte) error) error + func ReadFileOrArchived(path string, handler func(r io.Reader) error) error + func ReadLines(r io.Reader, h func(line []byte) error) error