go设置编译模式

linux模式:

set CGO_ENABLED=0

set GOOS=linux

windows模式:

set GOARCH=amd64

set GOOS=windows

mac模式:

SET CGO_ENABLED=0

SET GOOS=darwin

SET GOARCH=amd64

posted @ 2020-11-12 23:56  程序员小艺  阅读(217)  评论(0编辑  收藏  举报