From 062a7e66c6ecd4ffac4983dd23317a1c3c1becbd Mon Sep 17 00:00:00 2001 From: kingecg Date: Thu, 26 Jun 2025 00:47:56 +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 bad42c4..55f38f6 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ import ( "fmt" "os" - "module git.kingecg.top/kingecg/command" + "git.kingecg.top/kingecg/command" ) func main() { diff --git a/example/test/main.go b/example/test/main.go index 06a5fe4..4cb9a3a 100644 --- a/example/test/main.go +++ b/example/test/main.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "module git.kingecg.top/kingecg/command" + "git.kingecg.top/kingecg/command" ) func main() { diff --git a/example/testcmd/main.go b/example/testcmd/main.go index 7a82b7e..d5f1250 100644 --- a/example/testcmd/main.go +++ b/example/testcmd/main.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "module git.kingecg.top/kingecg/command" + "git.kingecg.top/kingecg/command" ) func main() {