We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a7c4a commit 4322ae2Copy full SHA for 4322ae2
en/02.8.md
@@ -1,13 +1,13 @@
1
# 2.8 Summary
2
3
In this chapter, we mainly introduced the 25 Go keywords. Let's review what they are and what they do.
4
-
+```Go
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
- `var` and `const` are used to define variables and constants.
12
- `package` and `import` are for package use.
13
- `func` is used to define functions and methods.
0 commit comments