Commit Graph

1087 Commits

Author SHA1 Message Date
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
sanshan
fbac018267 修改文档说明 (#374)
* 修改文档说明

* 更改文字说明

更改文字说明
2017-06-25 07:59:34 -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
风子
9cb2bcfff6 Update 11.9.md (#347)
修正166行一个错误,ix 改为i
2017-05-17 22:35:49 -04:00
风子
4d23a1d209 Abocd patch 11.14 (#348)
* Update 11.9.md

修正166行一个错误,ix 改为i

* Update 11.14.md

34-43行代码错误,会造成无法运行
2017-05-17 22:35:39 -04:00
风子
1177b673b4 12.9md (#349)
* Update 11.9.md

修正166行一个错误,ix 改为i

* Update 11.14.md

34-43行代码错误,会造成无法运行

* 修改一处权限bug,否则会造成linux下生成的文件为空
2017-05-17 22:35:19 -04:00
LEo
5d47b589d4 修改半角标点符号 (#351) 2017-05-17 21:15:29 -04:00
markcheney1
913e2f042b modify reason: Unresolved reference 'err' (#352) 2017-05-17 21:14:58 -04:00
lawlielt
5fa6370f3d Update simple_tcp_server_v1.go (#353)
all with go1.8
2017-05-17 21:14:26 -04:00
bigxu
1108cb5b00 Update 07.2.md (#341)
一个由数字 1、2、3 组成的切片可以这么生成:`s := [3]int{1,2,3}[:]`
2017-04-06 15:26:59 -04:00
无闻
1c31f5b0cc Close #338 2017-04-03 14:30:42 -04:00
洪旭
241af3ed40 修复第15章错别字 (#340) 2017-04-03 14:14:55 -04:00
AutuanLiu
6d3f1902ba 修复与更正 (#337)
* Update 06.4.md

标点符号错误

* Update 06.5.md

* Update 06.6.md

* Update 06.8.md

修正上一节目录索引错误

* Update 06.8.md

* Update 07.0.md

* Update 07.1.md

* Update 07.6.md

用词不统一

* Update 08.0.md

* Update 08.6.md

用词不统一

* Update 09.0.md

* Update 09.5.md

修改不通顺

* 拼写错误

[建议加上`git remote -v`](https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/)

* Update 10.0.md

* 统一风格

* 调整位置,保证最后一行可以输出

* 保证最后一行可以输出

* 格式

* markdown 修改
2017-03-29 19:03:39 -04:00
无闻
967fe1e04c Merge pull request #335 from Instrye/patch-1
更改:练习 14.4中 睡眠时间为2e9
2017-03-27 22:37:12 -04:00
Instrye
3e36ed2d15 更改:练习 14.4中 睡眠时间为2e9
测试证明getData 与 main 中都睡眠 1e9的情况下 程序仍有可能会输出内容
2017-03-28 10:36:10 +08:00
无闻
865cbc3dd3 Merge pull request #332 from tinylcy/tinylcy-pr
use runtime to get os info
2017-03-10 10:30:45 -05:00
tinylcy
e8f7a0c3c0 use runtime to get os info 2017-03-10 16:11:08 +08:00
无闻
e874c5eb16 Merge pull request #331 from joostshao/patch-1
fix chapter label
2017-03-07 14:19:21 -05:00
axiao
855ceaee97 fix chapter label
fix chapter label
2017-03-08 00:34:17 +08:00
无闻
470837be1e Merge pull request #329 from liracle/master
commit 14.9.md, done
2017-02-15 10:37:35 -05:00
liracle
5305caadb0 commit 14.9.md, done 2017-02-15 23:31:46 +08:00
无闻
78bf193df6 Merge pull request #328 from htlhenry/patch-3
go关键字之后的匿名函数需要加上()
2017-02-15 05:01:01 -05:00
htlhenry
8d85f78031 go关键字之后的匿名函数需要加上()
go关键字之后的匿名函数需要加上()
2017-02-15 17:39:44 +08:00
无闻
ce79b426f6 Merge pull request #327 from htlhenry/patch-2
语序勘误
2017-02-15 03:44:23 -05:00
htlhenry
235fef348a 语序勘误
语序勘误
2017-02-15 16:40:54 +08:00
无闻
5a385b6026 Merge pull request #326 from catplant/dev
fix: api problem in 04.7.md
2017-02-14 01:13:26 -05:00
catplanet
ef5fedf1bc fix: api problem in 04.7.md 2017-02-14 13:36:28 +08:00