Skip to content

Commit 2327353

Browse files
committed
docs(kitex): add link to generic streaming demo
1 parent 44fd9f6 commit 2327353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/kitex/Tutorials/advanced-feature/generic-call/generic_streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,4 +273,4 @@ strResp, ok := resp.(string) // 响应为 json 字符串
273273
go get -u github.com/cloudwego/[email protected]
274274
```
275275

276-
如需完整 main 函数示例,请参考官方 demo。
276+
如需完整 main 函数示例,请参考[官方 demo](https://github.com/cloudwego/kitex-examples/tree/main/generic_streaming)

0 commit comments

Comments
 (0)