github.com/maier/nomad@v0.4.1-0.20161110003312-a9e3d0b8549d/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  }