Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SkipDir = filepath.SkipDir
SkipDir is used as a return value from WalkFuncs to indicate that the directory named in the call is to be skipped. It is not returned as an error by any function.
Functions ¶
func EvalSymlinks ¶ added in v1.0.5
func HasPrefixDir ¶ added in v1.0.5
func Walk ¶
Walk walks the file tree rooted at root, calling walkFn for each file or directory in the tree, including root. All errors that arise visiting files and directories are filtered by walkFn. The files are walked in lexical order, which makes the output deterministic but means that for very large directories Walk can be inefficient. Walk does not follow symbolic links.
Types ¶
Click to show internal directories.
Click to hide internal directories.