auto commit

This commit is contained in:
songleo
2016-03-14 17:57:54 +08:00
parent 6fc49e7787
commit f91237026e

View File

@@ -70,7 +70,7 @@ new 和 make 这两个内置函数已经在第 [7.2.4](07.2.md) 节通过切片
现在为止我们已经见到了可以使用 `make()` 的三种类型中的其中两个:
slices / maps / channels 参考[第14章](14.0.md)
slices / maps / channels(见第 14 章)
下面的例子说明了在映射上使用 new 和 make 的区别以及可能发生的错误: