moby--moby/volume/service
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
..
opts typo fix retreived 2018-09-26 10:51:22 +08:00
by.go
convert.go
db.go boltdb/bolt --> go.etcd.io/bbolt 2018-09-13 12:38:39 -07:00
db_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
default_driver.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
default_driver_stubs.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
errors.go
restore.go boltdb/bolt --> go.etcd.io/bbolt 2018-09-13 12:38:39 -07:00
restore_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
service.go daemon,volume: share disk usage computations 2021-08-09 19:59:39 +02:00
service_linux_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
service_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
store.go volume/mounts: remove "containerOS" argument from NewParser (LCOW code) 2021-07-02 13:51:55 +02:00
store_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
store_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
store_windows.go