1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-30 07:48:08 -04: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
}