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