Documentation
¶
Index ¶
- Constants
- func New(dir string) fs.FS
- type File
- func (fc *File) Close() (err error)
- func (info *File) IsDir() bool
- func (info *File) ModTime() time.Time
- func (info *File) Mode() fs.FileMode
- func (info *File) Name() string
- func (fc *File) Read(p []byte) (n int, err error)
- func (info *File) Size() int64
- func (fc *File) Stat() (fs.FileInfo, error)
- func (info *File) Sys() any
- func (fc *File) Write(p []byte) (n int, err error)
- type Net
Constants ¶
View Source
const ModeType = fs.ModeType & ^fs.ModeDir
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.