Versions in this module Expand all Collapse all v1 v1.3.1 Mar 10, 2020 Changes in this version + type Interface interface + Create func(name string) (io.WriteCloser, error) + DirExists func(path string) (bool, error) + MkdirAll func(path string, perm os.FileMode) error + ReadDir func(dirname string) ([]os.FileInfo, error) + ReadFile func(filename string) ([]byte, error) + RemoveAll func(path string) error + Stat func(path string) (os.FileInfo, error) + TempDir func(dir, prefix string) (string, error) + TempFile func(dir, prefix string) (NameWriteCloser, error) + func NewFileSystem() Interface + type NameWriteCloser interface + Name func() string