Versions in this module Expand all Collapse all v0 v0.14.5 Oct 27, 2020 v0.14.4 Oct 23, 2020 Changes in this version + func NewMultiFileReaderAt(filePaths []string) (*multiFileReaderAt, error) + type Progress interface + Abort func(id int) + New func(total int64, prefix, filePath string) (id int) + NewReplacement func(replaceId int, prefix, filePath string) (id int) + Quit func() + ReadWithProgress func(id int, reader io.Reader) io.Reader