mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-11-13 09:16:10 +08:00
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
This commit is contained in:
@@ -134,7 +134,7 @@ Received on channel 1: 94348
|
||||
|
||||
使用以下序列在协程中计算 pi:开启一个协程来计算公式中的每一项并将结果放入通道,`main()` 函数收集并累加结果,打印出 pi 的近似值。
|
||||
|
||||

|
||||

|
||||
|
||||
计算执行时间(参见第 [6.11](6.11.md) 节)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user