// +build !windows package runner import "os/exec" func backgroundCmd(cmd *exec.Cmd) { }