Skip to content

Commit

Permalink
Remove 02.8.md spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Jun 10, 2017
1 parent 975a3a3 commit c51a6ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zh/02.8.md
Expand Up @@ -3,11 +3,11 @@
这一章我们主要介绍了Go语言的一些语法,通过语法我们可以发现Go是多么的简单,只有二十五个关键字。让我们再来回顾一下这些关键字都是用来干什么的。
```Go

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

0 comments on commit c51a6ae

Please sign in to comment.