We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ecccf commit af01adcCopy full SHA for af01adc
errata.md
@@ -30,3 +30,4 @@
30
| 22 | Go语言精进之路vol1 | p27, p57 中的代码,具体参见[issue22](https://github.com/bigwhite/GoProgrammingFromBeginnerToMaster/issues/22) | 代码的字体或许启用了连字, 两个字符合起来仅占用了一个字符的空间,并不是等宽的,阅读起来不够美观 | https://github.com/suica | 编辑错误 | 应关闭连字,使用等宽字体|
31
| 23 | Go语言精进之路vol2 | p66 中的第一段代码,具体参见[issue23](https://github.com/bigwhite/GoProgrammingFromBeginnerToMaster/issues/23) | 示例代码中 b.RunParallel(...) 没有与之匹配的右括号,将造成错误 | https://github.com/XQ-Gang | typo | 倒数第二行代码的}右侧应补充一个右小括号 |
32
| 24 | Go语言精进之路vol1 | p34,具体参见[issue24](https://github.com/bigwhite/GoProgrammingFromBeginnerToMaster/issues/24) | "Go 1.13版本在src下面增加了go.mod和go.num"中的go.num 应改为go.sum | https://github.com/banana42 | typo | go.num应该为go.sum |
33
+| 25 | Go语言精进之路vol2 | P229 错别字问题 具体参见[issue25](https://github.com/bigwhite/GoProgrammingFromBeginnerToMaster/issues/25) | 最下面一段,私钥可以看“出“数对,应为看“成” | https://github.com/XQ-Gang | typo | 私钥可以看出数对 应改为 私钥可以看成数对 |
0 commit comments