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
Use os.ReadDir instead of filepath.Walk in netns cleanup
- Use `os.ReadDir()` instead of `filepath.WalkDir()`, because
`filepath.WalkDir()` does a lot of extra things we don't need
- Log errors on directory removal (omitting `os.IsNotExist`)
- Touch-up error messages for consistency
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
0 commit comments