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