containerd/oci
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
..
client.go Licence header added 2018-02-19 10:32:26 +09:00
spec_opts_linux.go Add linux resource oci.SpecOpts 2020-03-05 13:02:10 -05:00
spec_opts_test.go Split uid and gid user ns remapping in oci 2019-12-10 03:07:50 -06:00
spec_opts_unix_test.go Add Opt for modifying shm size 2019-09-18 10:20:36 -04:00
spec_opts_unix.go Add device opts to ctr --privileged 2019-10-10 14:23:59 -04:00
spec_opts_windows_test.go OCI Modifiers for Windows 2019-02-06 10:44:36 -08:00
spec_opts_windows.go Add support for spec generation with host devices 2019-10-07 10:37:58 -04:00
spec_opts.go Nit: fix use of bufio.Scanner.Err 2020-03-11 19:36:21 -07:00
spec_test.go test add tests to spec_opts 2019-11-22 18:16:36 +01:00
spec.go Word spelling correction 2019-09-25 16:49:54 +08:00