mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-10-30 07:48:08 -04:00
10 lines
111 B
Go
10 lines
111 B
Go
// +build !windows
|
|
|
|
package json
|
|
|
|
import "syscall"
|
|
|
|
func getSysProcAttr() *syscall.SysProcAttr {
|
|
return nil
|
|
}
|