We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fe72e8 + 2e13f0c commit 5de9240Copy full SHA for 5de9240
ebook/02.8.md
@@ -13,7 +13,7 @@
13
- func 用于定义函数和方法
14
- return 用于从函数返回
15
- defer 用于类似析构函数
16
-- go 用于并行
+- go 用于并发
17
- select 用于选择不同类型的通讯
18
- interface 用于定义接口,参考2.6小节
19
- struct 用于定义抽象数据类型,参考2.5小节
0 commit comments