mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-10 14:26:26 -05:00
c78ee5aac7
* ⬆ Update to Go 1.17 * 🏗 Update workflows and add windows-arm64 * 💾 Update generated files * 📛 Update not-so-friendly filenames
11 lines
133 B
Go
11 lines
133 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package ctlcmd
|
|
|
|
import "syscall"
|
|
|
|
func getSysProcAttr() *syscall.SysProcAttr {
|
|
return nil
|
|
}
|