modulepackage
0.0.0-20250101124109-e216ddbe133a
Repository: https://github.com/jesseduffield/kill.git
Documentation: pkg.go.dev
# README
Kill
Go package for killing processes across different platforms. Handles killing children of processes as well as the process itself.
# Functions
Kill kills a process.
PrepareForChildren ensures that child processes of this parent process will share the same group id as the parent, meaning when the call Kill on the parent process, we'll kill the whole group, parent and children both.