Versions in this module Expand all Collapse all v0 v0.1.0 Jan 17, 2025 Changes in this version + type Cleaner struct + func (c *Cleaner) Add(fn func() error) + func (c *Cleaner) Addf(fn func() error, format string, a ...any) + func (c *Cleaner) Flush() error + func (c *Cleaner) FlushTo(outErr *error)