moby/layer
Eng Zer Jun a916414b0b 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>
(cherry picked from commit c55a4ac779)
Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-02-24 16:11:55 -05:00
..
empty.go refactor: move from io/ioutil to io and os package 2023-02-24 16:11:55 -05:00
empty_test.go goimports: fix imports 2019-09-18 12:56:54 +02:00
filestore.go refactor: move from io/ioutil to io and os package 2023-02-24 16:11:55 -05:00
filestore_test.go refactor: move from io/ioutil to io and os package 2023-02-24 16:11:55 -05:00
filestore_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
filestore_windows.go refactor: move from io/ioutil to io and os package 2023-02-24 16:11:55 -05:00
layer.go goimports: fix imports 2019-09-18 12:56:54 +02:00
layer_store.go refactor: move from io/ioutil to io and os package 2023-02-24 16:11:55 -05:00
layer_store_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
layer_test.go refactor: move from io/ioutil to io and os package 2023-02-24 16:11:55 -05:00
layer_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
layer_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
layer_windows.go Fix a typos in layer_windows.go 2018-11-18 18:45:06 +08:00
migration.go Remove "could not get checksum with tar-split" debug message 2020-03-06 12:45:15 +01:00
migration_test.go refactor: move from io/ioutil to io and os package 2023-02-24 16:11:55 -05:00
mount_test.go refactor: move from io/ioutil to io and os package 2023-02-24 16:11:55 -05:00
mounted_layer.go Remove unused functions, variables, fields 2019-09-18 12:57:12 +02:00
ro_layer.go goimports: fix imports 2019-09-18 12:56:54 +02:00
ro_layer_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00