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