Documentation ¶
Index ¶
- func Download(url string) ([]byte, error)
- func Get(urlOrPath string) (buf []byte)
- func GetAbsolutePath(root string) string
- func GetAll(urlOrPaths []string) [][]byte
- func List(root string) []string
- func SkipAll(_, _ string, _ fs.DirEntry) error
- func SkipDir(_, _ string, d fs.DirEntry) error
- func SkipSubDir(root, path string, d fs.DirEntry) error
- func Walk(root string, readFn ReadFunc, walkDirOpts ...WalkDirOption)
- type ReadFunc
- type WalkDirOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAbsolutePath ¶
func Walk ¶
func Walk(root string, readFn ReadFunc, walkDirOpts ...WalkDirOption)
Types ¶
Click to show internal directories.
Click to hide internal directories.