Maka8ka / NGLite

A major platform RAT Tool based by Blockchain/P2P.Now support Windows/Linux/MacOS

Home Page:https://paper.seebug.org/1638/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build lprey/main.go

1amfine2333 opened this issue · comments

lprey/main.go:122:2: syntax error: non-declaration statement outside function body
image

image
142行括号没有闭合,122行应该是在函数内进行定义,具体可以参见43行。感觉缺少一个函数。

commented

确实缺少了函数,源码并没有完全开源

func Sender(srcid string, dst string, acc *nkn.Account, msg interface{}) (string, error) {