Skip to content

Commit

Permalink
docs: fix package referencing errors in Kitex's Advanced Tutorial (#1033
Browse files Browse the repository at this point in the history
)
  • Loading branch information
zhu-mi-shan authored Mar 14, 2024
1 parent 3490442 commit d2ff623
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions content/en/docs/kitex/Getting started/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
3 changes: 0 additions & 3 deletions content/zh/docs/kitex/Getting started/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit d2ff623

Please sign in to comment.