Versions in this module Expand all Collapse all v1 v1.0.0 Dec 27, 2022 Changes in this version + type Process struct + Children []*Process + Cmdline string + Exe string + PPid int + Pid int + WorkingDir string + func FindProcess(pid int) (*Process, error) + func (p *Process) Kill() error + func (p *Process) Tree() string