fix bug
This commit is contained in:
5
scripts/build-backend.sh
Normal file
5
scripts/build-backend.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ./backend/api
|
||||
|
||||
GOARCH=amd64 GOOS=linux go build -o ../../output/heqiapp ./cmd/main/main.go
|
||||
Reference in New Issue
Block a user