storage/pkg/ioutils
Miloslav Trmač bcaa5c9e33 Migrate the easy uses of math/rand to math/rand/v2
Leave anything requiring math/rand.Read alone.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2024-09-05 18:56:35 +02:00
..
buffer.go Improve performance/reduce allocs of bytespipe 2016-04-05 13:06:04 -04:00
buffer_test.go Add missing error checks in tests 2022-10-14 17:17:54 +02:00
bytespipe.go Update packages to match latest code in moby/pkg 2017-09-12 18:00:29 +00:00
bytespipe_test.go Migrate the easy uses of math/rand to math/rand/v2 2024-09-05 18:56:35 +02:00
fswriters.go Fix errcheck: error return value of `w.closeTempFile` is not checked 2024-07-09 16:58:10 +02:00
fswriters_linux.go Improve AtomicFileWriter's support for Win and Mac 2023-04-05 01:15:42 -05:00
fswriters_other.go Improve AtomicFileWriter's support for Win and Mac 2023-04-05 01:15:42 -05:00
fswriters_test.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
readers.go Stop using golang.org/x/net/context 2023-02-09 20:29:28 +01:00
readers_test.go pkg/iouitls: fix leaking ctx in test 2023-05-25 18:52:05 -07:00
temp_unix.go Use os.MkdirTemp instead of ioutil.TempDir 2022-09-12 16:30:47 +02:00
temp_windows.go Use os.MkdirTemp instead of ioutil.TempDir 2022-09-12 16:30:47 +02:00
writeflusher.go Cleanup WriteFlusher 2016-02-09 14:02:26 -05:00
writers.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
writers_test.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00