//go:build !windows package runtime import "os/exec" func configureManagedProcessCommand(_ *exec.Cmd) {} func RunManagedProcessHelper(_ []string) (bool, int) { return false, 0 }