好记性不如烂笔头。

golang windows编译Linux

SET GOOS=linux
SET CGO_ENABLED=0
SET GOARCH=amd64
go build -o app main.go