From a01402b7b1486475abee1f77880dc9b7334ec44d Mon Sep 17 00:00:00 2001 From: Harry Sun Date: Sun, 22 Oct 2017 21:44:54 -0500 Subject: Update go-cn.html.markdown --- zh-cn/go-cn.html.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'zh-cn') diff --git a/zh-cn/go-cn.html.markdown b/zh-cn/go-cn.html.markdown index 75498367..37b4b137 100644 --- a/zh-cn/go-cn.html.markdown +++ b/zh-cn/go-cn.html.markdown @@ -142,6 +142,7 @@ func learnTypes() { func learnNamedReturns(x, y int) (z int) { z = x * y return // z is implicit here, because we named it earlier. +} // Go全面支持垃圾回收。Go有指针,但是不支持指针运算。 // 你会因为空指针而犯错,但是不会因为增加指针而犯错。 -- cgit v1.2.3