Commit Graph

1159 Commits

Author SHA1 Message Date
Sarlor
467777b5c0 Update 11.8.md (#480)
fix some bug
2018-05-22 15:16:34 +08:00
xin zhao
280df5bb87 修改 14.8 章节的拼写错误 (#479)
修改文档中示例代码部分的描述

修改示例代码的格式

增加示例代码文件名
2018-05-22 08:15:16 +08:00
Sarlor
7ca58c2e27 Update 11.7.md (#478)
优化语句
2018-05-22 08:14:50 +08:00
GreedyPig
0d4effeeee Update 15.4.md (#476) 2018-05-22 08:14:26 +08:00
GreedyPig
536e263eeb Update 13.1.md (#474) 2018-05-18 17:39:31 -04:00
GreedyPig
34bbf675de Update 12.6.md (#473)
改错字
2018-05-18 17:39:11 -04:00
xin zhao
866f646694 fix代码双引号错误 (#472) 2018-05-18 17:38:02 -04:00
Sarlor
7b1805eada Update 11.6.md (#469)
修改一些问题
2018-05-18 17:37:22 -04:00
FuncZhao
8777fc7678 Update 11.12.md (#468) 2018-05-18 17:37:06 -04:00
Sarlor
7812c2f22d Update 11.3.md (#467)
修改一些bug
sq1 := new(Square)时, sq1是Square指针类型, 而下面方法实现也是指针类型, 所有应该写*Square
2018-05-18 17:36:38 -04:00
Sarlor
e837adafa7 Update 11.1.md (#466)
去掉多余的右括号
2018-05-18 17:36:17 -04:00
Sarlor
52d20c99f1 Update 06.4.md (#465)
修改名字错误
2018-05-18 17:36:01 -04:00
Sarlor
31d9c235d4 Update 06.3.md (#464)
加个逗号
2018-05-18 17:35:46 -04:00
Sarlor
67705c46ed Update 10.7.md (#463)
修改语句错误, 函数调用应该是递归的过程
2018-05-18 17:35:21 -04:00
Sarlor
d70512d1c0 Update 10.6.md (#462)
修复一些语句错误
2018-05-18 17:35:06 -04:00
Sarlor
181098d9ee Update 10.6.md (#461)
修改一些错误
2018-05-18 17:34:51 -04:00
Sarlor
ba89c5d47a Update 03.6.md (#460)
修改路径错误
2018-04-25 13:40:42 -04:00
Li Zebang
64bc47d9a0 #419 #425 #272 (#459) 2018-04-25 13:40:31 -04:00
Sarlor
ac4e312505 Update 10.5.md (#458)
去掉代码行末的分号
2018-04-25 13:40:04 -04:00
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