github.com/zhizhiboom/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/client/driver/utils_windows.go (about)

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