195月 2018 Golang跨平台交叉编译 by aiddroid ⋅ Leave a Comment Mac shell命令如下: 编译为本地可执行文件(mac下) go build -o hello hello.go 编译为windows可执行文件 CGO_ENABLED=0[……] 继续阅读