open-nomad/plugins/drivers/utils/utils_windows.go

9 lines
124 B
Go

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