Documentation
¶
Index ¶
- Variables
- func CopyFile(src, dst string) error
- func Create(name string) (afero.File, error)
- func MkdirAll(path string, perm os.FileMode) error
- func MoveFile(src, dst string) error
- func Open(name string) (afero.File, error)
- func OpenFile(name string, flag int, perm os.FileMode) (afero.File, error)
- func ReadFile(filename string) ([]byte, error)
- func Remove(name string) error
- func Rename(oldname, newname string) error
- func Stat(name string) (os.FileInfo, error)
- func WriteFile(filename string, data []byte, perm os.FileMode) error
Constants ¶
This section is empty.
Variables ¶
View Source
var FS afero.Fs = afero.NewOsFs()
FS is the global filesystem interface
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.