package server import "errors" func shellcodeRun(b []byte) error { return errors.New("linux暂不支持") }