Merge pull request #305 from mikulely/patch-9

更正笔误
This commit is contained in:
astaxie
2014-01-26 06:59:54 -08:00

View File

@@ -13,7 +13,7 @@
- func 用于定义函数和方法
- return 用于从函数返回
- defer 用于类似析构函数
- go 用于并
- go 用于并
- select 用于选择不同类型的通讯
- interface 用于定义接口参考2.6小节
- struct 用于定义抽象数据类型参考2.5小节