Skip to content
lcvvvv edited this page Dec 7, 2021 · 4 revisions

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

#clone项目源代码
git clone https://github.com/lcvvvv/kscan
#进入项目目录
cd kscan
#加载子模块
git submodule update --init --recursive
#安装go模块
go mod tidy
#编译可执行文件
go build kscan```
Clone this wiki locally