`WalkDir` is new in Go 1.16 and avoids calling `os.Lstat` on every visited file and directory. In most cases, we don't need that info, so this will help reduce I/O when listing files, which can be helpful for particularly big monorepos. |
||
|---|---|---|
| .. | ||
| notify.go | ||
| notify_test.go | ||
| paths.go | ||
| paths_test.go | ||
| temp.go | ||
| watcher_darwin.go | ||
| watcher_naive.go | ||
| watcher_naive_test.go | ||
| watcher_nonwin.go | ||
| watcher_windows.go | ||