8 lines
93 B
Go
8 lines
93 B
Go
//go:build !windows
|
|
|
|
package xray
|
|
|
|
import "os/exec"
|
|
|
|
func applySysProcAttr(cmd *exec.Cmd) {}
|