Zou Jian
582e5e215a
修正错字 ( #413 )
2017-11-16 13:16:38 -05:00
无闻
2aca582d3f
Update 06.7.md
2017-10-13 16:43:37 -04:00
无闻
660a5c2c5e
Fix #409
2017-10-13 16:43:21 -04:00
Lynn
c72611dd7a
修改变长参数拼写错误 ( #395 )
2017-10-13 05:12:21 -04:00
xiaoxuanzi
73b8f0e6f6
别字修正 ( #396 )
2017-10-13 05:12:03 -04:00
Lynn
23bebbf055
修改初始化map方法 ( #397 )
2017-10-13 05:11:46 -04:00
Lynn
085943543d
修改原书中关于map key的不清楚叙述 fix #267 ( #398 )
2017-10-13 05:11:34 -04:00
Lynn
88dc3bc1cb
修改自定义包示范代码错误 ( #399 )
...
* 修改自定义包示范代码错误
* 修改与原版测试不同代码
2017-10-13 05:11:15 -04:00
Lynn
2c8d783bcf
增加示范代码文件链接 ( #400 )
2017-10-13 05:09:21 -04:00
Lynn
e4cfb04d50
修改输入错误 ( #401 )
2017-10-13 05:09:08 -04:00
Lynn
e58bf59b19
修改 type-switch 拼写错误 ( #402 )
2017-10-13 05:08:53 -04:00
Lynn
5dca9dfcfd
修改defer关闭文件代码片段中的错误 ( #403 )
2017-10-13 05:08:33 -04:00
Lynn
31b37916b3
修改 if 语句中的初始值在 if 语句外无法访问 ( #404 )
2017-10-13 05:08:08 -04:00
Lynn
ed2d9a21d3
修改错别字 fix #405 ( #407 )
2017-10-13 05:07:45 -04:00
Eawaun
6d89e1210a
改正test.go文件链接错误 ( #410 )
2017-10-13 05:07:26 -04:00
Eawaun
c39e071188
修正dial.go中格式化输出语句 ( #411 )
...
* 修正dial.go例子中格式化输出语句的错误
* 修正dial.go例子中格式化输出语句的错误
2017-10-13 05:07:14 -04:00
sanshan
7a552a5d3b
无效的链接 ( #394 )
...
[panic_recover.go](examples/chapter_13/parse/panic_recover.go)
2017-08-13 02:14:34 -04:00
sanshan
30fe7a7003
http://twitter.com/users/Googland.json页面不存在了 ( #393 )
...
http://twitter.com/users/Googland.json页面不存在了
2017-08-13 02:14:15 -04:00
开发者小蓝
60c9a256d4
well display of 9.5 ( #392 )
2017-08-13 02:13:49 -04:00
tonylevid
c96a5b8543
别字修正 ( #389 )
2017-07-27 17:11:14 -04:00
ArisQ
20fdff7391
Update 09.5.md ( #390 )
...
修正示例 9.4代码链接
2017-07-27 17:10:57 -04:00
buhuipao
2a51bab801
Update 12.9.md ( #391 )
2017-07-27 17:10:43 -04:00
magichan
85cb8e6f11
代码换行 ( #387 )
...
* 修复小问题
* Update 11.12.md
修复代码没有换行的问题
2017-07-24 18:44:37 -04:00
tonylevid
1348945b29
Update 07.2.md ( #388 )
...
fixed len(s) < cap(s), should be len(s) <= cap(s)
2017-07-24 18:44:04 -04:00
sanshan
aed4b3ce5b
更正文档说明 ( #384 )
...
更正文档说明
2017-07-14 23:04:46 -04:00
wbzqe
05c3e3e4ff
Update 10.7.md ( #383 )
...
练习10.12 :
t := &{7, -2.35, "abc\tdef"} ---> t := &T{7, -2.35, "abc\tdef"}
2017-07-14 23:04:33 -04:00
Wenkang Tan
0533a4fc31
Update 06.8.md ( #382 )
...
错误:
sum为浮点数,i为整形。sum += i 累加时没有对i进行强制转换。
修改办法两种(现选择第一种):
1、sum = 0.0改为sum = 0
2、sum += float64(i)
2017-07-14 23:04:16 -04:00
Chen Sun
d7ab9e0253
改个错字~ ( #380 )
2017-07-14 23:03:58 -04:00
sanshan
67d54524d6
文档说明更正 ( #377 )
...
文档说明更正
2017-06-27 14:54:26 -04:00
dcb1
0de63999be
错别字更正 ( #376 )
...
* Update 15.2.md
* Update 15.2.md
* Update 14.2.md
2017-06-25 07:59:15 -04:00
sanshan
e5ccfcd201
更改文字说明 ( #375 )
...
更改文字说明
2017-06-25 07:58:59 -04:00
TeamMicLee
324ebe7646
Update 11.10.md ( #373 )
...
修改
2017-06-25 07:58:44 -04:00
magichan
1fab24a10f
修复小问题 ( #370 )
2017-06-14 08:07:15 -04:00
eZio Pan
0c841b3ac1
修改格式 ( #371 )
...
* 修改格式
* 二次优化
2017-06-14 08:07:01 -04:00
Wenkang Tan
2851ff5ae6
07.3.md ( #368 )
...
修改错别字
2017-06-13 16:01:06 -04:00
Wenkang Tan
a9e94453d3
Create 01.1.md ( #366 )
...
更新TIOBE中Go最高排名时间点,改正错误流行程度值2001%为1月(历史最高值)2.325%
2017-06-12 07:46:19 -04:00
无闻
5ef06fe398
Fix #364
2017-06-10 22:22:58 -04:00
jingxize
6436c754c5
修改文档说明 ( #365 )
2017-06-08 15:46:09 -04:00
Wenkang Tan
27a1daa877
Update 04.5.md ( #363 )
...
改正错别字
2017-06-07 23:16:11 -04:00
冯琪超
6589aef31f
update "tw-way pipe" to "tow-way pipe" ( #362 )
...
* update "tw-way pipe" to "tow-way pipe"
update "tw-way pipe" to "tow-way pipe"
* update "tw-way pipe" to "two-way pipe"
update "tw-way pipe" to "two-way pipe" and not "tow....." lol~~
2017-06-05 13:10:40 -04:00
无闻
6665c8f914
Update interfaces.go
2017-06-05 01:43:42 -04:00
无闻
46db632865
Update 11.1.md
2017-06-05 01:43:15 -04:00
Unknwon
b1e73c1342
Update README
2017-06-03 04:14:27 -04:00
Foyal
490bafbb0a
Update 09.8.md ( #360 )
...
scr->src
2017-06-02 16:50:40 -04:00
Unknwon
9b34b13da1
fix #350 and fix #345
2017-05-29 20:10:42 -04:00
markcheney1
cecf2b19b1
modify reason: wrong double quotes format ( #356 )
2017-05-29 14:35:47 -04:00
Joe
74555661da
Update 09.1.md ( #354 )
...
“环形链表”那一行往前挪了,放在示例代码之后,否则无法显示成对应的格式。
2017-05-29 14:35:33 -04:00
bigxu
ab3cdb10e4
Update 09.9.md ( #342 )
...
TARG-github.com/NNNN/uc 笔误
2017-05-17 22:37:34 -04:00
Instrye
43e8c99395
修复函数名错误引起的参数类型,返回值类型错误 ( #343 )
2017-05-17 22:37:23 -04:00
Instrye
1c161a89fa
更正打印函数 ( #344 )
...
输出结果为带换行的内容,打印函数应为` Println`
2017-05-17 22:36:01 -04:00