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() {