Remove 02.8.md spaces
This commit is contained in:
10
zh/02.8.md
10
zh/02.8.md
@@ -3,11 +3,11 @@
|
|||||||
这一章我们主要介绍了Go语言的一些语法,通过语法我们可以发现Go是多么的简单,只有二十五个关键字。让我们再来回顾一下这些关键字都是用来干什么的。
|
这一章我们主要介绍了Go语言的一些语法,通过语法我们可以发现Go是多么的简单,只有二十五个关键字。让我们再来回顾一下这些关键字都是用来干什么的。
|
||||||
```Go
|
```Go
|
||||||
|
|
||||||
break default func interface select
|
break default func interface select
|
||||||
case defer go map struct
|
case defer go map struct
|
||||||
chan else goto package switch
|
chan else goto package switch
|
||||||
const fallthrough if range type
|
const fallthrough if range type
|
||||||
continue for import return var
|
continue for import return var
|
||||||
```
|
```
|
||||||
- var和const参考2.2Go语言基础里面的变量和常量申明
|
- var和const参考2.2Go语言基础里面的变量和常量申明
|
||||||
- package和import已经有过短暂的接触
|
- package和import已经有过短暂的接触
|
||||||
|
|||||||
Reference in New Issue
Block a user