//go:build windows // +build windows package automation func killProcessGroup(pid int) error { return nil }