mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
`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.