Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + type Cleanup struct + func Make(f func()) Cleanup + func (c *Cleanup) Add(f func()) + func (c *Cleanup) Clean() + func (c *Cleanup) Release() func()