1 Star 0 Fork 14

陈先生/RunnerGo-engine-open

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go_build_linux.bat 364 Bytes
一键复制 编辑 原始数据 按行查看 历史
guosongsong 提交于 2023-02-28 11:40 . docker
SET CGO_ENABLED=0
SET GOOS=linux
SET GOARCH=amd64
echo now the CGO_ENABLED:
go env CGO_ENABLED
echo now the GOOS:
go env GOOS
echo now the GOARCH:
go env GOARCH
go build -o engine main.go
SET CGO_ENABLED=1
SET GOOS=windows
SET GOARCH=amd64
echo now the CGO_ENABLED:
go env CGO_ENABLED
echo now the GOOS:
go env GOOS
echo now the GOARCH:
go env GOARCH
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/future1980/runnergo-engine-open.git
git@gitee.com:future1980/runnergo-engine-open.git
future1980
runnergo-engine-open
RunnerGo-engine-open
open

搜索帮助