mayb
关于
相册
C#.NET
Golang
微服务架构
更多...
SqlServer
JavaScript
DedeCMS
FineUI
Umbraco
系统&软件
Regex
MySql
开源&框架
CodeSmith
Python
ElasticSearch
git
PowerShell
linux
好记性不如烂笔头。
当前位置:
首页
>
Golang
golang windows编译Linux
SET GOOS=linux
SET CGO_ENABLED=0
SET GOARCH=amd64
go build -o app main.go