From 467659775d32dedb4241db87b1e9e5a0128bdd8b Mon Sep 17 00:00:00 2001 From: kingecg Date: Wed, 25 Jun 2025 22:30:44 +0800 Subject: [PATCH] chore: update module path to git.kingecg.top --- README.md | 2 +- example/test/main.go | 2 +- example/testcmd/main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27ed55b..bad42c4 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ import ( "fmt" "os" - "git.pyer.club/kingecg/command" + "module git.kingecg.top/kingecg/command" ) func main() { diff --git a/example/test/main.go b/example/test/main.go index fdb6aae..06a5fe4 100644 --- a/example/test/main.go +++ b/example/test/main.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "git.pyer.club/kingecg/command" + "module git.kingecg.top/kingecg/command" ) func main() { diff --git a/example/testcmd/main.go b/example/testcmd/main.go index 6fc95da..7a82b7e 100644 --- a/example/testcmd/main.go +++ b/example/testcmd/main.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "git.pyer.club/kingecg/command" + "module git.kingecg.top/kingecg/command" ) func main() {