Skip to content

Commit

Permalink
typo: geerpc-day1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imageslr authored May 25, 2021
1 parent 9898515 commit 9297bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gee-rpc/doc/geerpc-day1.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type Header struct {
- Error 是错误信息,客户端置为空,服务端如果如果发生错误,将错误信息置于 Error 中。


我们将和消息编解码相关的代码都防到 codec 子目录中,在此之前,还需要在根目录下使用 `go mod init geerpc` 初始化项目,方便后续子 package 之间的引用。
我们将和消息编解码相关的代码都放到 codec 子目录中,在此之前,还需要在根目录下使用 `go mod init geerpc` 初始化项目,方便后续子 package 之间的引用。

进一步,抽象出对消息体进行编解码的接口 Codec,抽象出接口是为了实现不同的 Codec 实例:

Expand Down Expand Up @@ -439,4 +439,4 @@ reply: geerpc resp 4
## 附 推荐阅读

- [Go 语言简明教程](https://geektutu.com/post/quick-golang.html)
- [Go 语言笔试面试题](https://geektutu.com/post/qa-golang.html)
- [Go 语言笔试面试题](https://geektutu.com/post/qa-golang.html)

0 comments on commit 9297bf9

Please sign in to comment.