diff --git a/content/en/docs/kitex/Getting started/tutorial.md b/content/en/docs/kitex/Getting started/tutorial.md index 8e2fc12fda..3366d7280c 100644 --- a/content/en/docs/kitex/Getting started/tutorial.md +++ b/content/en/docs/kitex/Getting started/tutorial.md @@ -567,9 +567,6 @@ import ( "log" item "example_shop/kitex_gen/example/shop/item/itemservice" - - "github.com/cloudwego/kitex/pkg/rpcinfo" - "github.com/cloudwego/kitex/server" ) func main() { diff --git a/content/zh/docs/kitex/Getting started/tutorial.md b/content/zh/docs/kitex/Getting started/tutorial.md index 7431882779..01a1e18e73 100644 --- a/content/zh/docs/kitex/Getting started/tutorial.md +++ b/content/zh/docs/kitex/Getting started/tutorial.md @@ -569,9 +569,6 @@ import ( "log" item "example_shop/kitex_gen/example/shop/item/itemservice" - - "github.com/cloudwego/kitex/pkg/rpcinfo" - "github.com/cloudwego/kitex/server" ) func main() {