flamenco/pkg/shaman/touch
Sybren A. Stüvel ebf4021da2 Fix #104191: Manager build error on ARM64
Reimplement the `touch()` function on Linux to avoid depending on the
`syscall` package, and use the `sys/unix` package instead. This is
slightly higher level, and seems to build on AMD64 and ARM64.
2023-05-15 10:51:01 +02:00
..
touch_linux.go Fix #104191: Manager build error on ARM64 2023-05-15 10:51:01 +02:00
touch_nonlinux.go Cleanup: run go fmt ./... 2023-04-17 16:36:52 +02: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