mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
10 lines
126 B
Go
10 lines
126 B
Go
package driver
|
|
|
|
import (
|
|
"os/exec"
|
|
)
|
|
|
|
// TODO Figure out if this is needed in Wondows
|
|
func isolateCommand(cmd *exec.Cmd) {
|
|
}
|