open-nomad/client/driver/utils_windows.go
2017-09-26 15:26:33 -07:00

10 lines
126 B
Go

package driver
import (
"os/exec"
)
// TODO Figure out if this is needed in Wondows
func isolateCommand(cmd *exec.Cmd) {
}