build.sh 74 B

12345
  1. export CGO_ENABLED=0
  2. export GOOS=linux
  3. export GOARCH=amd64
  4. go build ./...