Documentation
¶
Index ¶
- type OSEnv
- type OSFS
- func (OSFS) Getwd() (string, error)
- func (OSFS) Glob(name string) ([]string, error)
- func (OSFS) PathSeparator() rune
- func (OSFS) ReadFile(name string) ([]byte, error)
- func (OSFS) Remove(name string) error
- func (OSFS) Stat(name string) (fs.FileInfo, error)
- func (OSFS) WriteFile(name string, data []byte, perm fs.FileMode) error
- type World
- type WorldEnv
- type WorldFS
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type World ¶
Click to show internal directories.
Click to hide internal directories.