Skip to content

Commit

Permalink
docs: remove unused import (#798)
Browse files Browse the repository at this point in the history
Co-authored-by: Guangming Luo <[email protected]>
  • Loading branch information
lgbgbl and GuangmingLuo authored Oct 7, 2023
1 parent 34bdbe9 commit 56bb471
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ xxxCli := xxxservice.NewClient("target_service", opts...)
### Call-level configuration

```Go
import (
"github.com/cloudwego/kitex/pkg/retry"
bretry "code.byted.org/kite/kitex/pkg/retry"
)

xxxCli.XXXMethod(ctx, req, callopt.WithFallback(yourFallbackPolicy))
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ xxxCli := xxxservice.NewClient("target_service", opts...)
### 2.2 Call 维度配置

```Go
import (
"github.com/cloudwego/kitex/pkg/retry"
bretry "code.byted.org/kite/kitex/pkg/retry"
)

xxxCli.XXXMethod(ctx, req, callopt.WithFallback(yourFallbackPolicy))
```

Expand Down

1 comment on commit 56bb471

@vercel
Copy link

@vercel vercel bot commented on 56bb471 Oct 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.