Versions in this module Expand all Collapse all v0 v0.3.0 May 26, 2026 v0.2.1 May 26, 2026 Changes in this version + type CleanupResult struct + BytesFreed int64 + Errors []error + FilesRemoved int + func CleanDirectory(dir string, policy Policy) CleanupResult + func EnforceSize(dir string, policy Policy) CleanupResult + type Policy struct + MaxAge time.Duration + MaxSizeMB int64 + func DefaultPolicy() Policy