Sarlor
7e91eaaa63
Update 09.10.md ( #457 )
...
优化一些语句
2018-04-22 18:36:23 -04:00
Sarlor
8def5f5776
Update 09.9.md ( #456 )
...
优化一些语句
2018-04-22 18:36:09 -04:00
Sarlor
74aa3aee9a
Update 09.5.md ( #455 )
...
修改一些错误
2018-04-19 15:32:15 -04:00
Sarlor
24ecec63c0
Update 09.8.md ( #454 )
...
修改一些语句错误
2018-04-19 15:31:55 -04:00
Eric Xue
3a65a0ffc3
delete translate author information ( #453 )
2018-04-16 19:32:02 -04:00
Neal Caffery
13c68ebda8
Update 16.5.md ( #451 )
2018-04-16 19:31:36 -04:00
Neal Caffery
5fb10101ad
add some table of contents ( #450 )
2018-04-16 19:31:24 -04:00
Neal Caffery
83a57fe251
Update 14.8.md ( #449 )
...
* Update 14.8.md
* Update 14.8.md
2018-04-16 19:31:06 -04:00
Neal Caffery
7c8672ed8e
modify double quotes ( #448 )
2018-04-13 09:05:07 -04:00
Neal Caffery
2c4359c135
fix the title format ( #447 )
2018-04-05 17:26:10 -04:00
Neal Caffery
80b3ba64d2
fix the wrong comment ( #446 )
...
the original words are :
A channel type may be annotated to specify that it may only send or only receive in certain code:
var send_only chan<- int // channel can only receive data
var recv_only <-chan int // channel can only send data
2018-04-05 17:25:59 -04:00
aong
af797a594f
update error of describe. ( #445 )
2018-03-29 09:38:45 -04:00
xin zhao
2fdd66ac47
fix issue #439 ( #444 )
...
* 显示->显式
* fix 路径错误 #427
* fix issue #439
2018-03-29 09:37:58 -04:00
jgm-learn
959d1b731a
$GOPATH改为$GOROOT ( #442 )
...
* $GOPATH改为$GOROOT
* Update 09.7.md
2018-03-16 13:48:41 -04:00
HyperLiar
5242251635
Update 04.4.md ( #428 )
...
修正包路径
2018-03-05 03:55:36 -05:00
Neal Caffery
8fb04c88f6
add a space ( #438 )
2018-03-05 03:55:09 -05:00
Wenkang Tan
3a104f2970
Update 07.2.md ( #431 )
...
调整一些文本的可读性
2018-03-05 03:55:00 -05:00
Allen.Guo
695188fe0d
修复代码bug--> exercises/chapter_7/remove_slice.go ( #433 )
...
* 修复代码bug, 切片取值错误导致结果偏差,丢失最后一个元素,优化创建切片的容量,避免每次自动扩容1个大小
* 使用切片完成操作
2018-03-05 03:54:44 -05:00
xin zhao
f559f17fcf
fix 路径错误 ( #436 )
...
* 显示->显式
* fix 路径错误 #427
2018-03-05 03:54:23 -05:00
Neal Caffery
244578ef15
modify link to markdown format ( #440 )
...
* modify link to markdown format
* modify left parenthesis
* add right parenthesis
* modify code area
* add a space
2018-03-05 03:53:58 -05:00
Zhiyuan Sui
f75cb3da4f
fix #406 14.6 协程和恢复(recover) defer处少一个括号 ( #426 )
2018-03-05 03:53:19 -05:00
codexc
ebb63dcbb3
Update 08.5.md ( #424 )
...
修改代码缩进
2018-03-05 03:53:05 -05:00
codexc
0375914ae5
Update 06.9.md ( #423 )
...
line 23 : a gets value 2 not 3
2018-03-05 03:52:51 -05:00
charleshenryhugo
c2ed0aba82
添加了FindFileDigits(filename string) []byte 函数 ( #422 )
...
如果想找到文件中所有数字串,需要用FindAll函数而不是Find
2018-03-05 03:52:35 -05:00
bohr
ca72966ff1
修复一些错误 ( #420 )
...
* 修复一些错误
* 修复一些错误
2018-03-05 03:52:11 -05:00
iceliu
1110035611
修正别字 ( #417 )
...
* Update 07.1.md
* 修正别字
2017-11-21 23:39:03 -05:00
DeronLee
2a90301ccf
Update 03.8.md ( #416 )
2017-11-16 13:20:55 -05:00
DeronLee
d7a1a8e07e
语言润色 ( #415 )
...
把占用内存这句话修改为更符合中文习惯的语序
2017-11-16 13:17:13 -05:00
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