10 lines
182 B
Go
10 lines
182 B
Go
//go:build !windows
|
|
|
|
package runtime
|
|
|
|
import "os/exec"
|
|
|
|
func configureManagedProcessCommand(_ *exec.Cmd) {}
|
|
|
|
func RunManagedProcessHelper(_ []string) (bool, int) { return false, 0 }
|