7 lines
122 B
Go
7 lines
122 B
Go
package executor
|
|
|
|
import "os/exec"
|
|
|
|
// TODO Figure out if this is needed in Windows
|
|
func isolateCommand(cmd *exec.Cmd) {}
|