This commit is contained in:
wenyifan
2022-08-03 10:04:41 +08:00
commit 2e4aea5188
106 changed files with 30145 additions and 0 deletions

6
signal.go Normal file
View File

@ -0,0 +1,6 @@
//go:build windows
// +build windows
package gost
func kcpSigHandler() {}