open-nomad/client/driver/utils_windows.go

10 lines
126 B
Go
Raw Normal View History

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