1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-12 08:14:24 -04:00
v2fly/common/platform/ctlcmd/attr_other.go
2018-04-08 23:22:55 +02:00

10 lines
113 B
Go

// +build !windows
package ctlcmd
import "syscall"
func getSysProcAttr() *syscall.SysProcAttr {
return nil
}