Commit Graph

1173 Commits

Author SHA1 Message Date
stevefoxuser
6e8dcffdf7 Update 12.3.md (#501)
Fixed a that if dstName file's length longer than srcName file io.Copy will cover only part content of srcName file.
If file srcName 's content is "abc", dstName's content is "1234" ,the result of io.Copy(dst, src) is "abc4" not "abc"
2018-06-06 10:11:39 +08:00
xin zhao
4a8399e92f update 18.10.md (#500) 2018-06-03 15:54:18 +08:00
Sarlor
7fae2eae94 Update 13.4.md (#498)
fix some bug
2018-05-31 07:43:10 +08:00
Sarlor
af8640d4d0 Update 12.6.md (#496)
将os.file修改为os.File
2018-05-29 09:54:51 +08:00
Sarlor
f2867dd349 Update 12.8.md (#497)
fix some bug
2018-05-29 09:54:43 +08:00
xin zhao
7854ee57e0 修改标点错误 (#494) 2018-05-28 20:37:33 +08:00
wenmingxing1
81285ba80c Update 10.6.md (#495)
一个语法小错误
2018-05-28 20:37:14 +08:00
Sarlor
9a4146eac8 Update 12.4.md (#492)
fix some bug
2018-05-26 09:29:15 +08:00
xin zhao
5eced65179 fix typo (#491) 2018-05-25 06:42:57 +08:00
Sarlor
d0bd3ca8f7 Update 12.2.md (#489)
fix some bug
2018-05-25 06:41:28 +08:00
Sarlor
681408023f Update 11.13.md (#485)
fix some bug
2018-05-23 11:44:57 +08:00
xin zhao
85bfd8ff43 修改示例代码问题 (#484)
优化题目列表显示
2018-05-23 02:37:27 +08:00
Sarlor
b4299ce373 Update 11.9.md (#482)
fix some bug
2018-05-22 15:17:16 +08:00
xin zhao
57f858dee9 修改 16.9 章节输出内容格式 (#481)
修改描述文字错误
2018-05-22 15:17:03 +08:00
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