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