Skip to content

Commit ec1e55f

Browse files
committed
修改目录结果
1 parent cb35e33 commit ec1e55f

File tree

195 files changed

+6174
-6174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+6174
-6174
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# 2 Go语言基础
2-
3-
Go是一门类似C的编译型语言,但是它的编译速度非常快。这门语言的关键字总共也就二十五个,比英文字母还少一个,这对于我们的学习来说就简单了很多。先让我们看一眼这些关键字都长什么样:
4-
5-
break default func interface select
6-
case defer go map struct
7-
chan else goto package switch
8-
const fallthrough if range type
9-
continue for import return var
10-
11-
在接下来的这一章中,我将带领你去学习这门语言的基础。通过每一小节的介绍,你将发现,Go的世界是那么地简洁,设计是如此地美妙,编写Go将会是一件愉快的事情。等回过头来,你就会发现这二十五个关键字是多么地亲切。
12-
13-
## 目录
14-
![](images/navi2.png?raw=true)
15-
16-
## links
17-
* [目录](<preface.md>)
18-
* 上一章: [第一章总结](<01.5.md>)
19-
* 下一节: [你好,Go](<02.1.md>)
1+
# 2 Go语言基础
2+
3+
Go是一门类似C的编译型语言,但是它的编译速度非常快。这门语言的关键字总共也就二十五个,比英文字母还少一个,这对于我们的学习来说就简单了很多。先让我们看一眼这些关键字都长什么样:
4+
5+
break default func interface select
6+
case defer go map struct
7+
chan else goto package switch
8+
const fallthrough if range type
9+
continue for import return var
10+
11+
在接下来的这一章中,我将带领你去学习这门语言的基础。通过每一小节的介绍,你将发现,Go的世界是那么地简洁,设计是如此地美妙,编写Go将会是一件愉快的事情。等回过头来,你就会发现这二十五个关键字是多么地亲切。
12+
13+
## 目录
14+
![](images/navi2.png?raw=true)
15+
16+
## links
17+
* [目录](<preface.md>)
18+
* 上一章: [第一章总结](<01.5.md>)
19+
* 下一节: [你好,Go](<02.1.md>)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)