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 Add canonical import comment 2018-02-05 16:51:57 -05:00
backend_unsupported.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
defs.go goimports: fix imports 2019-09-18 12:56:54 +02:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
events.go Add canonical import comment 2018-02-05 16:51:57 -05:00
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 Add canonical import comment 2018-02-05 16:51:57 -05:00
manager_windows.go goimports: fix imports 2019-09-18 12:56:54 +02:00
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 goimports: fix imports 2019-09-18 12:56:54 +02:00