1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 18:45:23 +00:00
v2fly/main/json/config_json_other.go
2018-02-17 21:22:51 +01:00

10 lines
111 B
Go

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