//go:build !windows package main import "os/exec" // detachProcess is a no-op off Windows: the relaunch there is an ordinary fork // and nothing is inherited that needs breaking. func detachProcess(cmd *exec.Cmd) {}