containerd/mount
Eng Zer Jun 50da673592
refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. 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-09-21 09:50:38 +08:00
..
fmountat_linux_test.go refactor: move from io/ioutil to io and os package 2021-09-21 09:50:38 +08:00
fmountat_linux.go un-export mount.FMountat 2021-06-23 18:14:53 +02:00
lookup_linux_test.go refactor: move from io/ioutil to io and os package 2021-09-21 09:50:38 +08:00
lookup_unix.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
lookup_unsupported.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
losetup_linux_test.go refactor: move from io/ioutil to io and os package 2021-09-21 09:50:38 +08:00
losetup_linux.go Fix exported comments enforcer in CI 2021-03-12 08:47:05 -08:00
mount_freebsd.go replace uses of os/exec with golang.org/x/sys/execabs 2021-08-25 18:11:09 +02:00
mount_linux_test.go refactor: move from io/ioutil to io and os package 2021-09-21 09:50:38 +08:00
mount_linux.go replace uses of os/exec with golang.org/x/sys/execabs 2021-08-25 18:11:09 +02:00
mount_unix.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
mount_windows.go Introduce the Windows lcow diff/snaphotter 2018-08-28 13:51:04 -07:00
mount.go Merge pull request #2112 from crosbymichael/temp-mounts 2018-02-21 12:56:23 -08:00
mountinfo.go mount: mount.PID(), mount.Self(): change signature to return pointers 2021-01-08 17:31:53 +01:00
subprocess_unsafe_linux.go move sys.FMountat() into mount package 2021-06-23 18:14:30 +02:00
subprocess_unsafe_linux.s move sys.FMountat() into mount package 2021-06-23 18:14:30 +02:00
temp_unix.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
temp_unsupported.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
temp.go refactor: move from io/ioutil to io and os package 2021-09-21 09:50:38 +08:00