Versions in this module Expand all Collapse all v0 v0.6.0 Nov 27, 2021 Changes in this version + func LocalEntryByNameLower(entries []LocalEntry) (byName map[string]LocalEntry) + type LocalEntry struct + IsFolder bool + ModTime time.Time + Mode os.FileMode + Name string + Path string + Size int64 + func NewLocalEntry(path string, entry os.FileInfo) LocalEntry + func ReadLocalEntries(path string) (entries []LocalEntry, err error)