Versions in this module Expand all Collapse all v1 v1.0.1 Dec 9, 2020 Changes in this version + type BySize []*data.FileEntry + func NewBySize(entries data.EntryMap) BySize + func (b BySize) Len() int + func (b BySize) Less(i, j int) bool + func (b BySize) Print() + func (b BySize) Swap(i, j int) + type ByWeight []*data.FileEntry + func (b ByWeight) Len() int + func (b ByWeight) Less(i, j int) bool + func (b ByWeight) Swap(i, j int)