runc/libcontainer/cgroups/fscommon
Kir Kolyshkin c39f87a47a Revert "Merge pull request #2280 from kolyshkin/errors-unwrap"
Using errors.Unwrap() is not the best thing to do, since it returns
nil in case of an error which was not wrapped. More to say,
errors package provides more elegant ways to check for underlying
errors, such as errors.As() and errors.Is().

This reverts commit f8e138855d, reversing
changes made to 6ca9d8e6da.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2020-04-02 19:41:11 -07:00
..
fscommon.go Revert "Merge pull request #2280 from kolyshkin/errors-unwrap" 2020-04-02 19:41:11 -07:00
fscommon_test.go Skip test for cgroups v2 2020-03-19 12:54:54 +02:00
utils.go cgroup2: split fs2 from fs 2019-12-06 15:42:10 +09:00
utils_test.go cgroup2: split fs2 from fs 2019-12-06 15:42:10 +09:00