mirror of
https://github.com/moby/moby.git
synced 2026-07-25 16:56:34 +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>