Skip to content

Commit

Permalink
Update prerequisite.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YangruiEmma authored Dec 9, 2024
1 parent ab4d9ed commit 19a6d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zh/docs/kitex/Getting started/prerequisite.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ go env -w GOPROXY=https://goproxy.cn

Kitex 中使用到的代码生成工具包括 IDL 编译器与 kitex tool。了解更多有关代码生成工具的内容,参见[代码生成](/zh/docs/kitex/tutorials/code-gen/)

### IDL 编译器
### IDL 编译器 (Thrift 可跳过)

IDL 编译器能够解析 IDL 并生成对应的序列化和反序列化代码,Kitex 支持 Thrift 和 protobuf 这两种 IDL,这两种 IDL 的解析分别依赖于 thriftgo 与 protoc。

Expand Down

0 comments on commit 19a6d68

Please sign in to comment.