优化arch

This commit is contained in:
源文雨 2023-02-28 11:45:03 +08:00
parent 611c275092
commit 0944fc7854
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
//go:build windows
// +build windows
package main package main
import ( import (

View File

@ -3,5 +3,5 @@ go env -w GOPROXY=https://goproxy.cn,direct
go env -w GO111MODULE=auto go env -w GO111MODULE=auto
go mod tidy go mod tidy
::go build -ldflags="-s -w" -o ZeroBot-Plugin.exe ::go build -ldflags="-s -w" -o ZeroBot-Plugin.exe
go run main.go main_win.go go run main.go main_windows.go
pause pause