Versions in this module Expand all Collapse all v0 v0.0.47 Oct 31, 2023 v0.0.46 Oct 1, 2023 Changes in this version + func CloseProcesses(filter func(process *ps.Process) bool, skipPids map[int32]struct{}) + func FindProcesses(filter func(process *ps.Process) bool) map[int32]struct + func IsChromeProcess(process *ps.Process) bool