Xargin 686f88c60e fix typo
diff --git a/ch1/ch1-03.md b/ch1/ch1-03.md
index 2861424..866573f 100644
--- a/ch1/ch1-03.md
+++ b/ch1/ch1-03.md
@@ -37,7 +37,7 @@ func main() {

 (译注:从功能和实现上说,`Go`的`map`类似于`Java`语言中的`HashMap`,Python语言中的`dict`,`Lua`语言中的`table`,通常使用`hash`实现。遗憾的是,对于该词的翻译并不统一,数学界术语为`映射`,而计算机界众说纷纭莫衷一是。为了防止对读者造成误解,保留不译。)

-每次`dup`读取一行输入,该行被当做`map`,其对应的值递增。`counts[input.Text()]++`语句等价下面两句:
+每次`dup`读取一行输入,该行被当做键存入`map`,其对应的值递增。`counts[input.Text()]++`语句等价下面两句:

 ```go
 line := input.Text()
2018-05-16 18:40:58 +08:00
2016-09-28 02:16:15 +08:00
2017-10-26 16:07:36 +08:00
2018-05-16 18:40:58 +08:00
2018-02-23 15:49:02 +08:00
2017-11-18 13:10:03 +08:00
2018-03-08 20:05:41 +08:00
2018-03-31 00:47:24 +08:00
2017-08-24 22:28:33 +08:00
2017-12-01 00:08:06 +08:00
2018-03-21 17:37:17 +08:00
fix
2018-01-17 17:45:27 +08:00
2017-12-06 22:37:52 +08:00
2017-08-24 22:31:17 +08:00
2016-10-10 14:53:50 +08:00
2016-02-17 15:21:15 +08:00
2016-06-20 17:18:00 +08:00
2016-01-20 09:40:44 +08:00
2016-02-15 11:35:32 +08:00
2016-02-16 11:30:07 +08:00
2016-02-15 11:06:34 +08:00
2016-06-20 17:18:00 +08:00
2016-06-20 17:44:20 +08:00
2016-06-20 17:44:20 +08:00
2016-06-20 17:44:20 +08:00
2016-01-21 10:51:20 +08:00
2015-12-09 15:45:11 +08:00
2018-03-01 14:13:31 +08:00
2016-02-15 11:35:32 +08:00
2018-02-22 12:57:20 +08:00
2018-02-22 12:56:00 +08:00
2017-12-15 14:24:25 +08:00
2016-09-03 10:13:53 +08:00
2016-01-20 10:37:14 +08:00

Go语言圣经中文版

Go语言圣经 《The Go Programming Language》 中文版本,仅供学习交流之用。

在线预览:

注意,在线预览不是最新版,最新以仓库里的内容为准

从源文件构建

先安装NodeJS和GitBook命令行工具(npm install gitbook-cli -g命令)。

  1. 运行go get github.com/golang-china/gopl-zh,获取 源文件
  2. 切换到 gopl-zh 目录,运行 gitbook install安装GitBook插件。
  3. 运行make,生成_book目录。
  4. 打开_book/index.html文件。

Go语言圣经DMCA相关

目前Github上的gopl-zh因为DMCA问题暂时无法访问需要私下交流的请转QQ群(531508541)。

版权声明

Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Creative Commons License

严禁任何商业行为使用或引用该文档的全部或部分内容!

欢迎大家提供建议!

Description
No description provided
Readme BSD-3-Clause 42 MiB
Languages
Go 86.4%
Makefile 13.6%