Versions in this module Expand all Collapse all v0 v0.2.0 Feb 11, 2026 v0.1.0 Feb 8, 2026 Changes in this version + var MoatTempPatterns = []TempDirPattern + func CleanOrphanedTempDirs(dirs []OrphanedTempDir, minAge time.Duration) error + func FormatSize(bytes int64) string + type OrphanedTempDir struct + Description string + ModTime time.Time + Path string + Pattern string + Size int64 + func FindOrphanedTempDirs(minAge time.Duration) ([]OrphanedTempDir, error) + type TempDirPattern struct + Description string + Pattern string