mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
19b542a576
Now fs.go is not very readable as its public API functions are intermixed with internal stuff about getting cgroup paths. Move that out to paths.go, without changing any code. Same for the tests -- move paths-related tests to paths_test.go. This commit is separate to make the review easier. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>