一、不同操作系统编译 1.1 Mac 下编译, Linux 或者 Windows 下去执行 # linux 下执行 CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build main.go # Windows 下执行 C