storage/pkg/fileutils
Miloslav Trmač f4597cfee5 Use range iterations
... for the trivial cases where the loop body does not reference
the iteration variable at all.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2024-09-05 18:56:35 +02:00
..
exists_freebsd.go pkg/fileutils: fix Lexists on FreeBSD (second attempt) 2024-08-23 11:13:03 +01:00
exists_test.go Use range iterations 2024-09-05 18:56:35 +02:00
exists_unix.go pkg/fileutils: fix Lexists on FreeBSD 2024-08-21 15:25:07 +01:00
exists_windows.go fileutils: new functions to check for path existence 2024-04-08 16:07:26 +02:00
fileutils.go fileutils: use fileutils.{Le,E}xists() 2024-04-08 16:07:26 +02:00
fileutils_darwin.go add fileutils_darwin.go in pkg/fileutils to support darwin platform 2016-07-01 13:02:26 +08:00
fileutils_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
fileutils_test.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
fileutils_unix.go Use os.ReadDir instead of ioutil.ReadDir 2022-09-12 16:31:38 +02:00
fileutils_windows.go Windows: Fix warning on info 2015-09-18 13:39:12 -07:00