Documentation
¶
Index ¶
- type FS
- func (f *FS) Glob(pattern string) ([]string, error)
- func (f *FS) MkdirAll(path string, perm fs.FileMode) error
- func (f *FS) Open(name string) (fs.File, error)
- func (f *FS) ReadDir(name string) ([]fs.DirEntry, error)
- func (f *FS) Remove(name string) error
- func (f *FS) RemoveAll(path string) error
- func (f *FS) Rename(oldpath, newpath string) error
- func (f *FS) Stat(name string) (fs.FileInfo, error)
- func (f *FS) Write(name string, data []byte) error
- func (f *FS) WriteFile(name string, data []byte, perm 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.