github.com/hernad/nomad@v1.6.112/drivers/shared/executor/utils_windows.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: MPL-2.0 3 4 package executor 5 6 import "os/exec" 7 8 // TODO Figure out if this is needed in Windows 9 func isolateCommand(cmd *exec.Cmd) {}