max-workspace
2476ea9806
采用斜体的形式完善译者注 ( #733 )
...
* 增加示例函数的注释
* 采用斜体完善注解内容
2019-10-31 23:11:28 -07:00
Benji
cd294e0f30
Fix typo 'strcut' in 10.1md ( #728 )
2019-10-18 17:56:45 -07:00
SoniaChoo
f462e39fa6
更新第十章timezones.go练习题答案 ( #722 )
...
* 根据map章节的教程,改写String方法
* format the source code
* update to make it more friendly to new learners.
* Update according to comments
2019-10-15 13:59:06 -07:00
TalonsLee
fb89ea48f2
Minor fix to the return type of syscall.Open() ( #725 )
...
syscall.Open() returns a syscall.Errno, not an int. Minor fix to the
sample code and description.
Signed-off-by: Talons Lee <talons.lee@gmail.com >
2019-10-14 18:38:36 -07:00
DongGang
d112ab4821
优化14.2翻译 ( #721 )
2019-10-09 21:17:42 -07:00
Ricardo-lu
067a31f946
Update 15.3.md, Add a link ( #719 )
2019-09-24 09:54:36 -07:00
Kilua
d1ae94dadd
修正12.3章中的提示 ( #717 )
...
* 修正12.3章中的提示
* 根据liuhm98的意见,重新对12.3章末尾的提示做了修正
2019-09-06 15:53:33 -07:00
Alan
c07cc53168
修复打印的斐波那契数列出现0的问题 ( #713 )
...
因为 chan c 中并没有把最开始放入的0给移除,造成打印数列中多出一个错误的0值。
2019-08-17 05:34:35 +08:00
marjune
50c2158fe0
Add chapter 19.9 19.10 ( #710 )
...
* add chapter 19.9
* add chapter 19.10
2019-08-06 09:24:17 -07:00
marjune
73ee3cf45a
Update README.md ( #711 )
2019-08-06 09:23:56 -07:00
marjune
7132732fe3
add chapter 19.8 ( #709 )
2019-08-05 23:31:59 -07:00
marjune
b7e98f060a
Improve 19.3 ( #708 )
2019-08-05 20:12:31 -07:00
marjune
dce192535f
Add chapter 19.6 19.7 ( #707 )
...
* add chapter 19.6
* add chapter 19.7
2019-08-05 18:18:24 -07:00
marjune
5f1946c316
add missiong content for 19.3 ( #706 )
2019-08-05 00:20:08 -07:00
marjune
162a9c119a
add chapter 19.5 ( #705 )
2019-08-04 00:23:02 -07:00
marjune
6ed73bf4f5
Move images ( #704 )
...
* refactor: merge image directories into one
```bash
git mv -v images/* eBook/images/
sed -i -e 's;../images;images;g' eBook/*.md
```
* use correct chapter number for image names in 4.9
* use correct chapter number for image names in 7.2.4
2019-08-04 00:22:43 -07:00
Soulless
865fb2d64e
使语句通顺些,更容易读懂 ( #703 )
...
* 使语句通顺些,更容易读懂
* Update 14.2.md
2019-08-02 14:13:37 -07:00
marjune
1dfd41bd93
add chapter 19.x ( #700 )
...
* add chapter 19.x
* add chapter 19.4
2019-08-01 21:16:46 -07:00
yusuf
b242141e22
更新14、15和17章目录 ( #702 )
...
* 更新14、15和17章目录
* Update README.md
* 添加章节序号
* 添加章节序号
* 添加代码链接
* 修改错别字
* 删除多余字符
* 修复代码与文件不对应的问题
* 修改代码
2019-08-01 21:16:20 -07:00
marjune
b635a61405
improve chapter 18.8 ( #699 )
2019-08-01 21:13:21 -07:00
Respawnz
120cb3dccd
14.12 Chaining goroutines 链式协程 ( #628 )
...
* Create 14.12.md
* Update 14.12.md
* Update 14.12.md
2019-07-27 19:27:46 -07:00
Respawnz
16cf646cfc
14.10 Multiplexing 复用 ( #626 )
...
* Create 14.10.md
* Update 14.10.md
* 这一句不知道怎么翻了
> Continuing with the simple form,the server could launch for each request a function run() in a goroutine that will apply an operation op of type binOp to the ints and then send the result on the reply channel:
Continuing with the simple form,服务器会为每一个请求启动一个协程并在其中执行`run()`函数,此举会将类型为`binOp`的`op`操作返回的int值发送到`replyc`通道。
* Update 14.10.md
* Update 14.10.md
* Update 14.10.md
2019-07-27 19:27:28 -07:00
Respawnz
bf080f6d2b
更新下一节的名字 ( #695 )
2019-07-27 19:26:57 -07:00
marjune
9be772e9bb
Add chapter 17.x ( #697 )
...
* improve chapter 15.12
* add chapter 17.2
* add chapter 17.3
* add chapter 17.4
2019-07-27 19:26:44 -07:00
BuTn
4cf547665e
修复IndexFunc函数签名错误 ( #698 )
2019-07-27 19:26:20 -07:00
marjune
93401d1790
Improve chapter 15 3 ( #694 )
...
* improve chapter 15.3
* improve chapter 15.5
* improve chapter 15.6
2019-07-24 17:19:30 -07:00
marjune
cbf71ac059
improve chapter 15 ( #693 )
2019-07-23 14:32:12 -07:00
honki
51db2202b0
Update 04.5.md ( #692 )
2019-07-22 04:01:41 -07:00
xiaorenshan
bf6da47355
Update 05.0.md ( #690 )
2019-07-20 11:42:41 -07:00
marjune
a1f14b61aa
Improve chapter 15 ( #684 )
...
* improve chapter 15.0
* improve chapter 15.1
* improve chapter 15.2
* improve chapter 15.3
* improve chapter 15.4
* improve chapter 15.6
2019-07-18 20:59:53 -07:00
marjune
e84480c03f
add chapter 15.8 ( #685 )
2019-07-18 20:56:39 -07:00
marjune
e4c10d1d56
add chapter 15.9 ( #686 )
2019-07-18 20:55:26 -07:00
marjune
c35513e355
add chapter 15.10 ( #687 )
2019-07-18 20:54:20 -07:00
marjune
0aecb0d588
add chapter 15.11 ( #688 )
2019-07-18 20:52:06 -07:00
marjune
3dafa4ed22
add chapter 15.12 ( #689 )
2019-07-18 20:51:49 -07:00
marjune
00e4346204
add missing code example of chapter 15.3 ( #678 )
...
example code from:
https://sites.google.com/site/thewaytogo2012/Downhome/Topic3/code_examples.zip
2019-07-15 19:57:06 -07:00
Hingbong Lo
9865ae64a9
修正net.ListenTCP()的参数 ( #680 )
...
net.ListenTCP() 的参数为(string, *TCPAddr)
2019-07-15 19:56:42 -07:00
marjune
0584651404
add chapter 15.5 ( #681 )
2019-07-15 19:56:27 -07:00
marjune
c1eb170a8c
add chapter 15.6 ( #682 )
2019-07-15 19:56:09 -07:00
marjune
c78236269d
add chapter 15.7 ( #683 )
2019-07-15 19:55:54 -07:00
marjune
9580580bda
Update 15.4.md ( #677 )
2019-07-11 23:24:14 -07:00
marjune
0e8df464ac
Update 15.4.md ( #676 )
2019-07-11 23:24:02 -07:00
Respawnz
f8361643c8
14.11 Limiting the number of requests processed concurrently 限制同时处理的请求数 ( #627 )
...
* Create 14.11.md
* Update 14.11.md
* Update 14.11.md
2019-07-10 21:29:51 -07:00
obasang
e30be57a38
Update hello_who.go ( #635 )
...
练习 12.5:hello_who.go 写一个"Hello World"的变种程序:把人的名字作为程序命令行执行的一个参数,
比如:hello_who Evan Michael Laura 那么会输出Hello Evan Michael Laura!
按照原实现,与题目中的示例不符
2019-07-10 21:29:40 -07:00
Respawnz
fe5aa7f47f
Update 15.0.md ( #636 )
2019-07-10 21:29:29 -07:00
Respawnz
97ff4e52a0
14.17 Concurrent acces to objects by using a channel. 使用通道并发访问对象 ( #634 )
...
* 14.17 使用通道并发访问对象
Concurrent acces to objects by using a channel. 使用通道并发访问对象
* Update 14.17.md
* Update 14.17.md
2019-07-10 21:29:02 -07:00
Respawnz
67d7568ca2
14.16 Benchmarking goroutines 对Go协程进行基准测试 ( #633 )
...
* Create 14.16.md
* Update 14.16.md
* Update 14.16.md
* Update 14.16.md
* Update 14.16.md
* Update 14.16.md
* Update 14.16.md
2019-07-10 21:28:51 -07:00
Respawnz
4459fd0f17
14.15 The leaky bucket algorithm 漏桶算法 ( #632 )
...
* Create 14.15.md
* Update 14.15.md
* Update 14.15.md
* Update 14.15.md
* Update 14.15.md
* Update 14.15.md
* Update 14.15.md
* Update 14.15.md
2019-07-10 21:28:38 -07:00
Respawnz
df12677f18
14.14 Parallelizing a computation over a large amount of data 并行化大量数据的计算 ( #630 )
...
* Create 14.14.md
* Update 14.14.md
* Update 14.14.md
2019-07-10 21:20:28 -07:00
Respawnz
6d4770ecd8
14.13 Parallelizing a computation over a number of cores 在多核心上并行计算 ( #629 )
...
* Create 14.13.md
* Update 14.13.md
* Update 14.13.md
* Update 14.13.md
2019-07-10 21:20:09 -07:00