Fast recursive file walker library - ideal for multiple recursive folder structure
Fast recursive file walker library - ideal for multiple recursive folder structure
go get "github.com/adityakeyal/filewalker"
walk.Scan(startFolder string, callBack func(path string, filename string))
Arguments
- path = The path of the file relative to root
- filename = The filename with extension