mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-03-17 23:02:09 +00:00
feat: many features, check TODO.md
This commit is contained in:
@@ -4,6 +4,6 @@ package fileproc
|
||||
// CollectFiles scans the given root directory using the default walker (ProdWalker)
|
||||
// and returns a slice of file paths.
|
||||
func CollectFiles(root string) ([]string, error) {
|
||||
var w Walker = ProdWalker{}
|
||||
w := NewProdWalker()
|
||||
return w.Walk(root)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user