mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-04 14:40:01 +00:00
os.FindProcess() does not return an error when then process does not exist. It even returns a dummy process object. Use the go-ps package to find out if the hyperkit process is actually running. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This repository holds supplemental Go packages for low-level interactions with the operating system. To submit changes to this repository, see http://golang.org/doc/contribute.html.