package
0.0.0-20240201022239-0ae679bc1fb1
Repository: https://github.com/peakchen/go-zero.git
Documentation: pkg.go.dev
# Functions
FirstLine returns the first line of the file.
LastLine returns the last line of the file.
NewProgressScanner returns a Scanner with progress indicator.
NewRangeReader returns a RangeReader, which will read the range of content from file.
SplitLineChunks splits file into chunks.
# Structs
OffsetRange represents a content block of a file.
A RangeReader is used to read a range of content from a file.
# Interfaces
No description provided by the author