Z_Build.bat 176 B

12345678910
  1. cd %~dp0
  2. set CGO_ENABLED=0
  3. set GOARCH=amd64
  4. set GOOS=linux
  5. set GOPATH=C:\Users\SIKED\go
  6. set GO111MODULE=auto
  7. set GOROOT=C:\Program Files\Go
  8. go build -o yunlot_public main.go