Flamenco/pkg/shaman/touch
Sybren A. Stüvel 3905135465 Tests: replace assert.Nil(t, err) with assert.NoError(t, err)
This is a better way to check errors, both semantically (no usually nil is
bad, but nil error is good, so this avoids a mental negation) and for
the reporting by the assert package.
2022-03-26 14:05:53 +01:00
..
touch_linux.go Initial checkin of Shaman of Flamenco 2 2022-03-25 14:10:26 +01:00
touch_nonlinux.go Initial checkin of Shaman of Flamenco 2 2022-03-25 14:10:26 +01:00
touch_test.go Tests: replace assert.Nil(t, err) with assert.NoError(t, err) 2022-03-26 14:05:53 +01:00
touch.go Initial checkin of Shaman of Flamenco 2 2022-03-25 14:10:26 +01:00