mirror of
https://github.com/moby/moby.git
synced 2026-07-06 06:38:19 +00:00
`os.RemoveAll()` should never return this error. From the docs: > If the path does not exist, RemoveAll returns nil (no error). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>