From e1f852c2959cb5f820e1612bfbf3fc551d4ee235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=90=A6?= Date: Sat, 4 Jul 2026 18:00:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2=E3=80=81?= =?UTF-8?q?=E4=BF=AE=E5=A4=8DBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/打包 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 server/打包 diff --git a/server/打包 b/server/打包 new file mode 100644 index 0000000..b75436f --- /dev/null +++ b/server/打包 @@ -0,0 +1,5 @@ +$env:GOOS="linux" + +$env:GOARCH="amd64" + +go build -o nl-blog main.go \ No newline at end of file