Versions in this module Expand all Collapse all v1 v1.0.5 Oct 21, 2023 v1.0.4 Oct 21, 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