build_64.bat 92 B

1234567
  1. SET CGO_ENABLED=0
  2. SET GOOS=linux
  3. SET GOARCH=amd64
  4. go build -o ../../bin/http main.go
  5. exit