cspj-application/server/build.sh

2 lines
76 B
Bash
Raw Normal View History

2025-02-13 02:44:44 +08:00
#!/bin/bash
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o server main.go