Documentation
¶
Index ¶
- Variables
- func Print(fsys *FS, wr io.Writer) error
- type FS
- func (t *FS) Abs(rel path.Relative) path.Absolute
- func (m *FS) Delete(p path.Relative, recursive bool) error
- func (t *FS) Exists(rel path.Relative) bool
- func (t *FS) Find(rel path.Relative) (tr *Tree)
- func (m *FS) ModTime(p path.Relative) (t time.Time, err error)
- func (m *FS) Reader(p path.Relative) (io.ReadCloser, error)
- func (m *FS) Rename(p path.Relative, name string) error
- func (m *FS) Size(p path.Relative) int64
- func (m *FS) Write(p path.Relative, rd io.ReadCloser, recursive bool) (err error)
- type Tree
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrStopWalking = errors.Error("not walking")
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.