Use filepath.WalkDir instead of filepath.Walk #34250
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
needs-sig
Indicates an issue or PR lacks a `sig/foo` label and requires one.
/good-first-issue
What would you like to be added:
filepath.WalkDir where its appropriate.
Why is this needed:
To reduce unnecessary stat call.
The text was updated successfully, but these errors were encountered: