github.com/aminovpavel/nomad@v0.11.8/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) {}