Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 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