Skip to content
Kv2 edited this page Apr 7, 2022 · 4 revisions

在抛弃cgo之后kscan的编译变得非常简单

#go version go1.16.10
#clone项目源代码
git clone https://github.com/lcvvvv/kscan
#进入项目目录
cd kscan
#安装go模块
go mod tidy
#编译可执行文件
go build kscan
Clone this wiki locally