Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use filepath.WalkDir instead of filepath.Walk (#1210)
This has the benefit of not having to stat all files along the way. Ideally, we'd be able to build the data bundle in the same function more efficiently too, but that's a more complex operation. Signed-off-by: Anders Eknert <[email protected]>
- Loading branch information