github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/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) {}