go编译中常用的xgo和upx工具详解
go编译中常用的xgo和upx工具详解 go自带跨平台编译功能 mac/linux 执行命令:CGO_ENABLED=0 GOOS=linux/darwin GOARCH=amd64 go build filename.go -o outname windows 执行命令 SET ...
go编译中常用的xgo和upx工具详解 go自带跨平台编译功能 mac/linux 执行命令:CGO_ENABLED=0 GOOS=linux/darwin GOARCH=amd64 go build filename.go -o outname windows 执行命令 SET ...