Flamenco/pkg/shaman/checkout
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
..
checkout_test.go Shaman: fix bunch of path issues on Windows 2022-03-28 11:02:18 +02:00
checkout.go Shaman: allow Manager to determine the final checkout path 2022-03-25 14:10:26 +01:00
manager_test.go Shaman: fix bunch of path issues on Windows 2022-03-28 11:02:18 +02:00
manager.go Refactor: replace os.IsNotExist() with errors.Is(err, fs.ErrNotExist() 2022-06-28 10:24:46 +02:00
report_requirements_test.go Manager: add Shaman checkout test 2022-03-25 14:10:26 +01:00
report_requirements.go Shaman submission is working! 2022-03-25 14:10:26 +01:00