linux下交叉编译 编译mac CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build main.go编译windows CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build main.go