mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-01-03 01:19:06 +08:00
4 lines
81 B
Batchfile
4 lines
81 B
Batchfile
SET CGO_ENABLED=1
|
|
go build -ldflags="-s -w -extldflags '-static'" main.go
|
|
pause
|