From e58fb0494b05092fd24622fbe4e08067f57b48fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B6=A6=E8=B1=AA?= Date: Fri, 5 Dec 2025 13:51:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3module=E7=9A=84=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正module的名称 --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 6d75a33..8c08e4a 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module location-notice - -go 1.21 +module system-toast + +go 1.21