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:
marjune
2019-08-04 15:22:43 +08:00
committed by ᴊ. ᴄʜᴇɴ
parent 865fb2d64e
commit 6ed73bf4f5
34 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ Go 语言起源 2007 年,并于 2009 年正式对外发布。它从 2009 年 9
**这是一个由计算机领域 “发明之父” 所组成的黄金团队,他们对系统编程语言,操作系统和并行都有着非常深刻的见解**
![](../images/1.1.designers_of_Go.jpg?raw=true)
![](images/1.1.designers_of_Go.jpg?raw=true)
图 1.1 Go 语言设计者Griesemer、Thompson 和 Pike
@@ -34,7 +34,7 @@ Go 语言的官方网站是 [golang.org](http://golang.org),这个站点采用
Go 通过以下的 Logo 来展示它的速度并以囊地鼠Gopher作为它的吉祥物。
![](../images/1.2.Go_logo.jpg?raw=true)
![](images/1.2.Go_logo.jpg?raw=true)
图1.2 Go 语言 Logo