Versions in this module Expand all Collapse all v0 v0.3.1 Aug 21, 2021 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)