From 1644ce2baba123dbaf9cdd59344004082e6d138e Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 28 Jul 2025 01:57:45 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/main.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/main.go b/cmd/main.go index dcd868e..9e02a19 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -20,7 +20,7 @@ func main() { fmt.Println(model.Version) return } - fmt.Println("项目地址:", "https://github.com/oneclickvirt/portchecker") + fmt.Println("Repo:", "https://github.com/oneclickvirt/portchecker") res := email.EmailCheck() fmt.Println(res) } diff --git a/go.mod b/go.mod index 5b12532..3d6484d 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/oneclickvirt/portchecker -go 1.22.4 +go 1.24.5