Flamenco/pkg/shaman/filestore
Sybren A. Stüvel fb89658530 Refactor: replace os.IsNotExist() with errors.Is(err, fs.ErrNotExist()
`os.IsNotExist()` is from before `errors.Is()` existed. The latter is the
recommended approach, as it also recognised wrapped errors.

No functional changes, except for recognising more cases of "does not
exist" errors as such.
2022-06-28 10:24:46 +02:00
..
filestore_test.go Shaman: fix bunch of path issues on Windows 2022-03-28 11:02:18 +02:00
filestore.go Refactor: replace os.IsNotExist() with errors.Is(err, fs.ErrNotExist() 2022-06-28 10:24:46 +02:00
interface.go Manager: More work on Shaman support 2022-03-25 14:10:26 +01:00
substore_test.go Manager: skip shaman permission unit test on Windows 2022-03-28 11:33:09 +02:00
substore.go Shaman: fix bunch of path issues on Windows 2022-03-28 11:02:18 +02:00
tempfile.go Initial checkin of Shaman of Flamenco 2 2022-03-25 14:10:26 +01:00
testing.go Shaman: more path -> filepath 2022-03-28 11:11:50 +02:00