Commit Graph

1031 Commits

Author SHA1 Message Date
无闻
d42e737b2a Merge pull request #298 from lwhhhh/patch-1
更新Go语言在tiobe排名中的最高记录
2016-12-21 01:58:46 -05:00
marekchen
982f6b1abd fix start with or end with space,word count error 2016-12-16 01:30:40 +08:00
lwh
3ac0040687 更新Go语言在tiobe排名中的最高记录 2016-12-10 14:39:33 +08:00
无闻
d3f3fb478d Merge pull request #293 from LockMo/patch-3
Update 09.3.md
2016-12-05 15:19:35 -05:00
守夜人
114fce9726 Update 09.3.md
修正中文双引为英文双引
2016-11-22 16:24:23 +08:00
xin zhao
8a47e7915e 显示->显式 (#292) 2016-11-19 22:24:03 -05:00
Eric719
a30f35add2 fix byte (#291) 2016-11-19 22:23:53 -05:00
守夜人
ad0d1e8041 Update 07.5.md (#290) 2016-11-19 22:23:41 -05:00
守夜人
df0c0337af Update 07.2.md (#289) 2016-11-19 22:23:31 -05:00
colawarrior
31a22881be Update statistics.go (#287)
当在网页的文本框中输入中文逗号来分隔的数字和汉字或者数字和英文的组合时,错误信息打印不正确的问题
2016-11-19 22:23:07 -05:00
王耀
f2a3e873fe Fix 14.5, 14.6, 15.1 (#283)
* Update 07.3.md

* Update 07.3.md

* Update 07.6.md

* fix few problems

* Update 10.6 and 10.8

* Update 11.6 and 11.7

* fix some problems before Chap13

* add a dot

* Update 13.9

* little improve

* Thoughts about time.After

* Thoughts about time.After

* Fix 14.6,15.1
2016-11-19 22:22:57 -05:00
William
6d6c46c6c8 Update 04.4.md (#284)
一个源文件可以包含多个init函数,从上往下执行;一个包里的多个源文件,init以源文件首字母的顺序执行(go 1.6.3版本测试结果)
2016-11-19 22:22:39 -05:00
王耀
86b9d6f7ef 更新链接、修正全角括号 (#281)
* Update 07.3.md

* Update 07.3.md

* Update 07.6.md

* fix few problems

* Update 10.6 and 10.8

* Update 11.6 and 11.7

* fix some problems before Chap13

* add a dot

* Update 13.9

* little improve
2016-09-04 06:04:40 -04:00
王耀
f27a8d84bf 更新13.9 (#280)
* Update 07.3.md

* Update 07.3.md

* Update 07.6.md

* fix few problems

* Update 10.6 and 10.8

* Update 11.6 and 11.7

* fix some problems before Chap13

* add a dot

* Update 13.9
2016-09-01 22:14:40 -04:00
王耀
b0715416ec 修正发现的13章以前的一些小问题 (#277)
* Update 07.3.md

* Update 07.3.md

* Update 07.6.md

* fix few problems

* Update 10.6 and 10.8

* Update 11.6 and 11.7

* fix some problems before Chap13

* add a dot
2016-08-29 11:22:23 -07:00
王耀
a21e30a4a8 小错误和语言问题 (#276)
* Update 07.3.md

* Update 07.3.md

* Update 07.6.md

* fix few problems

* Update 10.6 and 10.8

* Update 11.6 and 11.7
2016-08-26 10:56:59 -07:00
王耀
6e9d78dac9 修正一些小错误和语言不通顺的地方 (#274)
* Update 07.3.md

* Update 07.3.md

* Update 07.6.md

* fix few problems
2016-08-24 20:45:39 -07:00
王耀
d40ca54c10 Update 07.3.md and 07.6.md (#273)
* Update 07.3.md

* Update 07.3.md

* Update 07.6.md
2016-08-22 20:58:44 -07:00
Daniel Lv
23935f6f12 fix type: flag.Pars() => flag.Parse() (#269) 2016-08-02 23:33:46 +08:00
Unknwon
62da6a89ab fix typo 2016-07-11 04:34:19 +08:00
lyb124553153
0ed0d46af8 联系替换未练习,修正文字错误 (#264) 2016-06-27 15:38:22 +08:00
Bohan Yang
fcec2bfe4d 删除重复的“这个” (#262)
* 删除重复的“这个”

* 删除多余的“的”
2016-06-24 00:05:42 +08:00
dualc
e3b5d97510 Update 07.3.md (#260) 2016-06-03 01:42:46 -07:00
Jingke Tian
77f672c112 6.1 章节 对函数的参数与返回值表述不准确 (#257)
* 对于函数的参数与返回值表述不准确

原表述为:
“所有类型的函数都可以有参数与返回值。函数参数、返回值以及它们的类型被统称为函数签名。”
但是,main()与init()这两函数不允许有参数与返回值,故修改为:
“除了main()、init()函数外,其它所有类型的函数都可以有参数与返回值。函数参数、返回值以及它们的类型被统称为函数签名。”

* 笔误。

* 笔误,重复的chan

* 注释错误
2016-06-03 01:42:18 -07:00
Bo-Yi Wu
26ee668b05 Fix #254 typo error (#255) 2016-06-03 01:41:58 -07:00
Bo-Yi Wu
294a0702bd Fix typo. 2016-04-05 11:07:13 -04:00
Bo-Yi Wu
6e83ef2668 fix format. 2016-04-05 05:25:50 -04:00
Unknwon
43afd9172e Merge pull request #249 from appleboy/patch-4
Fix code format.
2016-04-05 05:25:33 -04:00
Bo-Yi Wu
17636ee2e0 Fix code format. 2016-04-05 15:10:21 +08:00
Unknwon
dd933c1d4d Merge pull request #248 from alphapigger/fix/typo
fix typo
2016-04-04 03:56:33 -04:00
Alpha Pigger
a96a12322b fix typo 2016-03-31 15:35:17 +08:00
Unknwon
7c2305c375 Merge pull request #247 from appleboy/patch-3
fix #222
2016-03-29 17:04:56 -04:00
Unknwon
3bc297029a Merge pull request #246 from ayrb13/master
Update 11.9.md
2016-03-29 17:04:30 -04:00
Bo-Yi Wu
cf7d7c3e7f fix #222 2016-03-28 22:40:12 +08:00
ayrb13
7f8c80d137 Update 11.9.md
笔误修复
2016-03-28 20:39:13 +08:00
Unknwon
38204e4200 Merge pull request #245 from appleboy/patch-2
fix value undefined error.
2016-03-28 01:05:30 -04:00
Bo-Yi Wu
a86716fd78 Fix code 2016-03-28 12:56:39 +08:00
Unknwon
0a09f552cc Merge pull request #244 from appleboy/patch-1
update code format.
2016-03-27 23:03:23 -04:00
Bo-Yi Wu
41e94748ce fix value undefined error. 2016-03-28 11:00:00 +08:00
Bo-Yi Wu
223899b8fb update code format. 2016-03-28 09:28:00 +08:00
Unknwon
9a016c331d Merge pull request #243 from paperplane1230/master
08.1:修正了一处代码段开始的反引号位置
2016-03-26 14:10:15 -04:00
Unknwon
1415a8efbb Merge pull request #242 from songleo/master
add chapter 17 and section 17.1
2016-03-26 14:09:49 -04:00
qyl
bb39b240e4 08.1:修正了一处代码段开始的反引号位置 2016-03-26 22:49:58 +08:00
leo
c728b453e3 update 2016-03-26 22:46:49 +08:00
leo
df395dadd0 add chapter 17 and section 17.1 2016-03-26 22:42:15 +08:00
Unknwon
ca158031f4 Merge pull request #241 from songleo/master
add new section
2016-03-25 13:52:19 -04:00
Unknwon
db704c70b1 Merge pull request #240 from igoing/master
修正错别字
2016-03-25 13:52:02 -04:00
leo
daeb326834 update 2016-03-25 23:43:28 +08:00
leo
cd5256ca4d update 2016-03-25 23:39:19 +08:00
leo
25f6863611 new section 2016-03-25 23:29:35 +08:00