Versions in this module Expand all Collapse all v1 v1.24.5 Aug 14, 2025 Changes in this version + type TempDir struct + func New(base, sub string) *TempDir + func OsTempDir(sub string) *TempDir + func (td *TempDir) CreateTempFileRandom(elems ...string) (*os.File, func(), error) + func (td *TempDir) JoinPath(elems ...string) string + func (td *TempDir) MkdirAllSub(dir string) (string, error) + func (td *TempDir) MkdirTempRandom(elems ...string) (string, func(), error) + func (td *TempDir) RemoveOutdated(d time.Duration)