github.com/taylorchu/nomad@v0.5.3-rc1.0.20170407200202-db11e7dd7b55/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 }