Versions in this module Expand all Collapse all v1 v1.0.0 Apr 11, 2024 Changes in this version + type Dir struct + Name string + func CreateTempDir(prefix string) (*Dir, error) + func (d *Dir) Delete() error + func (d *Dir) NewFile(name string) (io.WriteCloser, error) + type Directory interface + Delete func() error + NewFile func(name string) (io.WriteCloser, error)