mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-18 20:50:12 +08:00
9 lines
203 B
Batchfile
9 lines
203 B
Batchfile
go version
|
|
go env -w GOPROXY=https://goproxy.cn,direct
|
|
go env -w GO111MODULE=auto
|
|
go mod tidy
|
|
::go build -ldflags="-s -w" -o ZeroBot-Plugin.exe
|
|
go generate main.go
|
|
go run -ldflags "-s -w" main.go
|
|
pause
|