Versions in this module Expand all Collapse all v0 v0.0.2 Sep 5, 2019 v0.0.1 Nov 27, 2018 Changes in this version + type FileInfo struct + func (_m *FileInfo) IsDir() bool + func (_m *FileInfo) ModTime() time.Time + func (_m *FileInfo) Mode() os.FileMode + func (_m *FileInfo) Name() string + func (_m *FileInfo) Size() int64 + func (_m *FileInfo) Sys() interface{} + type FileSystem struct + func (_m *FileSystem) Mkdir(name string, perm os.FileMode) error + func (_m *FileSystem) MkdirAll(path string, perm os.FileMode) error + func (_m *FileSystem) OpenFileForWrite(name string, flag int, perm os.FileMode) (io.WriteCloser, error) + func (_m *FileSystem) ReadDir(dirname string) ([]os.FileInfo, error) + func (_m *FileSystem) ReadFile(filename string) ([]byte, error) + func (_m *FileSystem) Remove(path string) error + func (_m *FileSystem) RemoveAll(path string) error + func (_m *FileSystem) Stat(path string) (os.FileInfo, error) + type ReadCloser struct + func (_m *ReadCloser) Close() error + func (_m *ReadCloser) Read(p []byte) (int, error) + type WriteCloser struct + func (_m *WriteCloser) Close() error + func (_m *WriteCloser) Write(p []byte) (int, error)