1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-15 00:18:16 -04:00
v2fly/main/json/config_json_other.go

10 lines
111 B
Go
Raw Normal View History

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