Files
goldquant/build-linux.bat
2026-04-05 11:57:27 +08:00

5 lines
82 B
Batchfile

@echo off
set GOOS=linux
set GOARCH=amd64
set CGO_ENABLED=0
go build -o gold-linux