github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/drivers/shared/executor/utils_windows.go (about)

     1  package executor
     2  
     3  import "os/exec"
     4  
     5  // TODO Figure out if this is needed in Windows
     6  func isolateCommand(cmd *exec.Cmd) {}