init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build !windows
|
||||
|
||||
package runtime
|
||||
|
||||
import "os/exec"
|
||||
|
||||
func configureManagedProcessCommand(_ *exec.Cmd) {}
|
||||
|
||||
func RunManagedProcessHelper(_ []string) (bool, int) { return false, 0 }
|
||||
Reference in New Issue
Block a user