Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WalkAll ¶
WalkAll() spawns a new goroutine to recursively walk the filesystem starting at the given root directory.
All files that are discovered in this way are sent to the DirEntry output channel. Any errors that are encountered are sent to the error output channel. If any error is encountered, the walk is continued (callers can choose to stop the walk by cancelling the context). WalkAll() does not follow symbolic links.
Types ¶
Click to show internal directories.
Click to hide internal directories.