Files
hunli/hunliji-api/打包
2026-08-01 16:55:39 +08:00

5 lines
66 B
Plaintext

$env:GOOS="linux"
$env:GOARCH="amd64"
go build -o hl-api main.go