mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-29 22: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
|