runc/libcontainer/user
Kir Kolyshkin 0af5cd2041 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()' | grep Err

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2020-03-27 00:12:17 -07:00
..
MAINTAINERS Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
lookup.go libcontainer/user: platform dependent calls 2018-02-28 14:14:24 -05:00
lookup_unix.go libcontainer: CurrentGroupSubGIDs -> CurrentUserSubGIDs 2018-08-29 07:46:03 +09:00
lookup_windows.go libcontainer/user: platform dependent calls 2018-02-28 14:14:24 -05:00
user.go Nit: fix use of bufio.Scanner.Err 2020-03-27 00:12:17 -07:00
user_test.go Fix TestGetAdditionalGroups on i686 2016-09-27 18:25:53 +08:00