containerd/mount
Kir Kolyshkin 6e638ad27a Nit: fix use of bufio.Scanner.Err
The Err() method should be called after the Scan() loop, not inside it.

Found by: git grep -A3 -F '.Scan()'

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2020-03-11 19:36:21 -07:00
..
lookup_linux_test.go vendor: update gotest.tools v3.0.2 2020-02-28 17:47:20 +01:00
lookup_unix.go Licence header added 2018-02-19 10:32:26 +09:00
lookup_unsupported.go Licence header added 2018-02-19 10:32:26 +09:00
mount_linux_test.go mount: support FUSE helper 2020-01-01 04:16:30 +09:00
mount_linux.go mount: support FUSE helper 2020-01-01 04:16:30 +09:00
mount_unix.go mount: add support for OpenBSD 2018-10-12 22:24:13 +00: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_bsd.go mount: add support for OpenBSD 2018-10-12 22:24:13 +00:00
mountinfo_linux_test.go fix parseInfoFile does not handle spaces in filenames 2019-04-02 13:06:32 +02:00
mountinfo_linux.go Nit: fix use of bufio.Scanner.Err 2020-03-11 19:36:21 -07:00
mountinfo_unsupported.go mount: add support for OpenBSD 2018-10-12 22:24:13 +00:00
mountinfo.go Licence header added 2018-02-19 10:32:26 +09:00
temp_unix.go Don't prevent boot on temp cleanup 2018-07-13 16:07:17 -04:00
temp_unsupported.go Don't prevent boot on temp cleanup 2018-07-13 16:07:17 -04:00
temp.go Use user-specific temp directory if set 2018-05-04 10:27:58 +01:00