You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace godirwalk with os.ReadDir from standard library
The godirwalk library was faster than the standard library when it was
introduced. Let's switch to os.ReadDir and avoid the extra unnecessary
library.
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
0 commit comments