moby--moby/distribution/xfer
Eng Zer Jun c55a4ac779
refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated in Go 1.16. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-08-27 14:56:57 +08:00
..
download.go remove layerstore indexing by OS (used for LCOW) 2021-06-10 17:49:11 +02:00
download_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
transfer.go distribution/xfer: use "main" instead of "master" for progress channel 2020-07-14 10:48:30 +02:00
transfer_test.go TestTransfer*: don't call t.Fatal from a goroutine 2019-09-18 12:57:37 +02:00
upload.go
upload_test.go