13 Commits

Author SHA1 Message Date
Rethan
7a54d34d36 fix: fix a lot of incorrect links (#849) 2022-06-25 18:18:09 +08:00
Haigang Zhou
f5dae8f559 4-5 章 (#844)
Co-authored-by: Joe Chen <jc@unknwon.io>
2022-05-09 21:42:14 +08:00
Cao Haowei
5f1c79a4f8 修正 05.3.md 中示例的语法错误 (#781)
switch包含初始化语句进行条件判断时,初始化语句后应加上分号,否则会报语法错误
```
syntax error: cannot use result := calculate() as value
```

执行环境:go version go1.15.5 linux/amd64
2020-11-22 22:18:18 +08:00
marjune
243c87171f fix: apply official errata (#672)
see documentation:
https://sites.google.com/site/thewaytogo2012/the-gopher/Errata.pdf

see also:
https://sites.google.com/site/thewaytogo2012/the-gopher
2019-07-10 21:07:32 -07:00
Grenade
65898791c8 Formatting some sample code (#529)
* Update 01.2.md

删除:
- 不支持断言

* Formatting 问题5.1 code

* Formatting 问题5.3 code

* Correct the translation

- correct `令 v := map1[key1] 可以将 key1 对应的值赋值为 v` to `令 v := map1[key1] 可以将 key1 对应的值赋值给 v`
2018-07-24 19:36:39 +08:00
David
880b346f0a Update 05.3.md
修正书写格式
2017-02-03 21:44:03 +08:00
David
bc6174e666 Update 05.3.md
修改表述
2017-02-02 11:24:35 +08:00
东方孤思子(Paris·QianSen)
887cb26f9a typo fix 2015-12-28 00:53:17 +08:00
joezou
8122a98452 按照程序输出是没output的 2015-10-21 23:31:20 +08:00
Unknwon
f107c5c460 精校:5.3 2015-07-16 02:36:02 +08:00
xingxing
3637a9c986 fix a typo 2015-01-23 23:31:06 +08:00
Unknown
fcc220e03c 05.3 2014-06-01 05:20:33 -04:00
Unknown
036556386f 5.2 2014-04-21 05:24:31 -04:00