Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Walk ¶
func Walk(pathName string, fa FileAction) error
Walk: recursively walks through file paths and doing an action on each file that isnt a directory walk.Walk calls walk.step in a go routine
Types ¶
type FileAction ¶
FileAction is an interface for an action to be done on each file that isnt a directory FileAction has to implement its own thread safety
Click to show internal directories.
Click to hide internal directories.