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