github.com/dkerwin/nomad@v0.3.3-0.20160525181927-74554135514b/client/driver/executor/checks_windows.go (about)

     1  // +build windows
     2  
     3  package executor
     4  
     5  import "os/exec"
     6  
     7  func (e *ExecScriptCheck) setChroot(cmd *exec.Cmd) {
     8  }