Documentation
¶
Index ¶
- type FS
- func (s FS) Mkdir(name string, _ fs.FileMode) error
- func (s FS) Open(name string) (fs.File, error)
- func (s FS) ReadDir(name string) ([]fs.DirEntry, error)
- func (s FS) Remove(name string) error
- func (s FS) Stat(name string) (fs.FileInfo, error)
- func (s FS) WriteFile(name string, src io.Reader, _ fs.FileMode) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.