build.sh 105 B

123456789
  1. CGO_ENABLED=0
  2. # 设置 操作系统的类型
  3. GOOS=linux
  4. # 设置 cpu 架构
  5. GOARCH=amd64
  6. go build *.go