From 0563c4b4c37d990ee8029768d1f8b2a995164638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E6=82=A6?= Date: Wed, 13 Aug 2025 10:22:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E4=BA=86=20go.mod=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E3=80=82=20=E4=BF=AE=E6=94=B9=E4=BA=86=20Doc?= =?UTF-8?q?kerfile=20=E4=BB=A5=E5=9C=A8=E6=9E=84=E5=BB=BA=E6=9C=9F?= =?UTF-8?q?=E9=97=B4=E5=A4=8D=E5=88=B6=20go.mod=20=E5=B9=B6=E6=95=B4?= =?UTF-8?q?=E7=90=86=E4=BE=9D=E8=B5=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..246565f --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module gemini-proxy + +go 1.22 \ No newline at end of file