mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-05-31 18:24:10 +00:00
8 lines
94 B
Go
8 lines
94 B
Go
//go:build !windows
|
|||
|
|||
package xray
|
|||
|
|||
import "os/exec"
|
|||
|
|||
func attachChildLifetime(_ *exec.Cmd) {}
|