You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gopsutil/docker
Laurie Clark-Michalek 413cb32b6c Use static initialisation for invoke instances, instead of init funcs
The order of init function execution is dependant on the order that the
source files are passed to the compiler. This causes issues when
building under other build systems, such as bazel or buck, as they are
not guarenteed to maintain the same file order as the default go tool.
7 years ago
..
docker.go Use static initialisation for invoke instances, instead of init funcs 7 years ago
docker_linux.go [docker]: fix typo. 7 years ago
docker_linux_test.go [docker]linux: add CgroupDockerStat (#189) 9 years ago
docker_notlinux.go Merge branch 'master' into feature/add_context_support 7 years ago