Xray-core/common/platform/ctlcmd/attr_other.go

11 lines
133 B
Go
Raw Normal View History

2021-09-20 13:00:55 +00:00
//go:build !windows
2020-11-25 11:01:53 +00:00
// +build !windows
package ctlcmd
import "syscall"
func getSysProcAttr() *syscall.SysProcAttr {
return nil
}