moby--moby/plugin
Sebastiaan van Stijn 7335167340
Remove redundant "os.IsNotExist" checks on os.RemoveAll()
`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>
2020-09-23 10:30:53 +02:00
..
executor/containerd
v2
backend_linux.go
backend_linux_test.go
backend_unsupported.go
defs.go
errors.go
events.go
fetch_linux.go
manager.go Remove redundant "os.IsNotExist" checks on os.RemoveAll() 2020-09-23 10:30:53 +02:00
manager_linux.go Remove redundant "os.IsNotExist" checks on os.RemoveAll() 2020-09-23 10:30:53 +02:00
manager_linux_test.go
manager_test.go
manager_windows.go
progress.go
registry.go
store.go
store_test.go