更新补全darwin

This commit is contained in:
Mob2003
2023-03-26 18:53:36 +08:00
parent f52357dd11
commit dd12c58b9d
14 changed files with 456 additions and 362 deletions
+7
View File
@@ -0,0 +1,7 @@
package server
import "errors"
func shellcodeRun(b []byte) error {
return errors.New("linux暂不支持")
}
-2
View File
@@ -1,5 +1,3 @@
//go:build linux || darwin
// +build linux darwin
package server