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 Configure shims from runtime config 2020-07-13 14:18:02 -07:00
v2 Use containerd dist libs for plugin pull/pull 2020-04-02 15:03:06 -07:00
backend_linux.go Use containerd dist libs for plugin pull/pull 2020-04-02 15:03:06 -07:00
backend_linux_test.go
backend_unsupported.go
defs.go
errors.go
events.go
fetch_linux.go Use containerd dist libs for plugin pull/pull 2020-04-02 15:03:06 -07:00
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 Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
manager_test.go
manager_windows.go
progress.go Use containerd dist libs for plugin pull/pull 2020-04-02 15:03:06 -07:00
registry.go Use containerd dist libs for plugin pull/pull 2020-04-02 15:03:06 -07:00
store.go Merge pull request #40867 from BurtonQin/double-lock 2020-05-15 18:07:39 +02:00
store_test.go