moby--moby/layer
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
..
empty.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08: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 2021-08-27 14:56:57 +08:00
filestore_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
filestore_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
filestore_windows.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
layer.go fix typo in comments 2021-03-02 23:03:04 +08:00
layer_store.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08: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 2021-08-27 14:56:57 +08:00
layer_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
layer_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +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 2021-08-27 14:56:57 +08:00
mount_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08: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