Skip to content

Commit 4322ae2

Browse files
committed
Add en/0.2.8.md syntax highlighting
1 parent a2a7c4a commit 4322ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/02.8.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# 2.8 Summary
22

33
In this chapter, we mainly introduced the 25 Go keywords. Let's review what they are and what they do.
4-
4+
```Go
55
break default func interface select
66
case defer go map struct
77
chan else goto package switch
88
const fallthrough if range type
99
continue for import return var
10-
10+
```
1111
- `var` and `const` are used to define variables and constants.
1212
- `package` and `import` are for package use.
1313
- `func` is used to define functions and methods.

0 commit comments

Comments
 (0)