containerd/content/local
Tobias Klauser df21828d27
content/local: use syscall.Timespec.Unix
Use the syscall method instead of repeating the type conversions for
the syscall.Stat_t Atim/Atimespec members. This also allows to drop the
//nolint: unconvert comments.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2022-01-03 12:37:25 +01:00
..
locks_test.go content: return the error with its timestamp 2021-08-09 16:52:40 -07:00
locks.go content: return the error with its timestamp 2021-08-09 16:52:40 -07:00
readerat.go Add OpenReader to create ReaderAt interface 2021-03-08 12:04:58 -08:00
store_bsd.go content/local: use syscall.Timespec.Unix 2022-01-03 12:37:25 +01:00
store_openbsd.go content/local: use syscall.Timespec.Unix 2022-01-03 12:37:25 +01:00
store_test.go refactor: move from io/ioutil to io and os package 2021-09-21 09:50:38 +08:00
store_unix.go content/local: use syscall.Timespec.Unix 2022-01-03 12:37:25 +01:00
store_windows.go Licence header added 2018-02-19 10:32:26 +09:00
store.go content/local: Close the file if Seek fails 2021-11-23 16:18:13 +08:00
writer.go feat: Errorf usage 2021-12-13 14:31:53 +08:00