spiegel_podman/libpod/lock
Eng Zer Jun 118546c6a7
refactor: use os.ReadDir for lightweight directory reading
`os.ReadDir` was added in Go 1.16 as part of the deprecation of `ioutil`
package. It is a more efficient implementation than `ioutil.ReadDir`.

Reference: https://pkg.go.dev/io/ioutil#ReadDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-09-11 15:58:31 +08:00
..
file refactor: use os.ReadDir for lightweight directory reading 2022-09-11 15:58:31 +08:00
shm libpod: switch to golang native error wrapping 2022-07-05 16:06:32 +02:00
file_lock_manager.go bump go module to version 4 2022-01-18 12:47:07 +01:00
in_memory_locks.go libpod: switch to golang native error wrapping 2022-07-05 16:06:32 +02:00
lock.go When refreshing after a reboot, force lock allocation 2019-05-06 14:17:54 -04:00
shm_lock_manager_linux.go libpod: switch to golang native error wrapping 2022-07-05 16:06:32 +02:00
shm_lock_manager_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00