1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-02 01:34:17 -04:00
v2fly/common/platform/ctlcmd/attr_other.go

10 lines
113 B
Go
Raw Normal View History

// +build !windows
2018-04-08 17:22:55 -04:00
package ctlcmd
import "syscall"
func getSysProcAttr() *syscall.SysProcAttr {
return nil
}