build_64.bat 91 B

123456
  1. SET CGO_ENABLED=0
  2. SET GOOS=linux
  3. SET GOARCH=amd64
  4. go build -o admin-entrance main.go
  5. exit