We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975a3a3 commit c51a6aeCopy full SHA for c51a6ae
zh/02.8.md
@@ -3,11 +3,11 @@
3
这一章我们主要介绍了Go语言的一些语法,通过语法我们可以发现Go是多么的简单,只有二十五个关键字。让我们再来回顾一下这些关键字都是用来干什么的。
4
```Go
5
6
- break default func interface select
7
- case defer go map struct
8
- chan else goto package switch
9
- const fallthrough if range type
10
- continue for import return var
+break default func interface select
+case defer go map struct
+chan else goto package switch
+const fallthrough if range type
+continue for import return var
11
```
12
- var和const参考2.2Go语言基础里面的变量和常量申明
13
- package和import已经有过短暂的接触
0 commit comments