We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
在抛弃cgo之后kscan的编译变得非常简单
#go version go1.16.10 #clone项目源代码 git clone https://github.com/lcvvvv/kscan #进入项目目录 cd kscan #安装go模块 go mod tidy #编译可执行文件 go build kscan