v2ray-core/main/config_json_other.go
2017-12-13 13:42:07 +01:00

10 lines
111 B
Go

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