feat: drop unsafe -checklinkname

This commit is contained in:
源文雨
2025-10-24 00:28:47 +08:00
parent 8101c02ca8
commit 216d99c05d
7 changed files with 117 additions and 99 deletions

View File

@@ -4,5 +4,5 @@ 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 -checklinkname=0" main.go
go run -ldflags "-s -w" main.go
pause