Skip to content

Commit c51a6ae

Browse files
committed
Remove 02.8.md spaces
1 parent 975a3a3 commit c51a6ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

zh/02.8.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
这一章我们主要介绍了Go语言的一些语法,通过语法我们可以发现Go是多么的简单,只有二十五个关键字。让我们再来回顾一下这些关键字都是用来干什么的。
44
```Go
55

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
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
1111
```
1212
- var和const参考2.2Go语言基础里面的变量和常量申明
1313
- package和import已经有过短暂的接触

0 commit comments

Comments
 (0)