An open API service indexing awesome lists of open source software.

https://github.com/mkch/go-in-depth-book-errata

《深入理解Go语言——规范、原理与实践》一书的勘误。
https://github.com/mkch/go-in-depth-book-errata

Last synced: 3 months ago
JSON representation

《深入理解Go语言——规范、原理与实践》一书的勘误。

Awesome Lists containing this project

README

          

# 《深入理解Go语言——规范、原理与实践》勘误

本仓库收录了《深入理解Go语言——规范、原理与实践》一书的勘误。

[![banner](res/image/banner.jpg)](https://e.tb.cn/h.ijkaVYuLDbr3atA)

📚 [🛒淘宝购书](https://e.tb.cn/h.ijkaVYuLDbr3atA)|
[🛒淘宝口令](res/tb_code.md)|
[🛒京东购书](https://3.cn/2J6U-cGE)

---

> [!NOTE]
> 此仓库仅收录“勘误”信息,不接受任何修改和增补建议。
>
> 不在印刷范围内的源代码bug请提交到[随书源代码仓库](https://github.com/mkch/go-in-depth-book-code)。
---
> [!TIP]
> 如果想和其他读者一起交流,请加入我们的QQ交流群:**自觉码农** **686059066**。
---

| 章节 | 页码 | 行号 | 错误内容 | 正确内容 | 备注 |
| -- | -- | -- | ---- | ---- | -- |
| 1 | 5 | 倒数第8行 | `从Go1.26开始` | `从Go1.16开始` | [#2](https://github.com/mkch/go-in-depth-book-errata/issues/2) |
| 7 | 62 | 第7行末尾 | `11000` | `111000` | |
| 16 | 180 | 第一个代码块倒数第9、4行 | `for{` 和 `}` | _删除_ | [源码9f31de0](https://github.com/mkch/go-in-depth-book-code/commit/9f31de0) |