diff options
author | ftwbzhao <b.zhao1@gmail.com> | 2015-08-07 15:44:47 +0800 |
---|---|---|
committer | ftwbzhao <b.zhao1@gmail.com> | 2015-08-07 15:44:47 +0800 |
commit | 63a314bd07660f33664708cc3b9e6f02ca895931 (patch) | |
tree | 527f92c026c5341a16a7dba8af66b3269b4942bd /zh-cn/go-cn.html.markdown | |
parent | 2f73cafc7042c92b1358272e6d158f5b1995c15c (diff) |
Update go-cn.html.markdown
Diffstat (limited to 'zh-cn/go-cn.html.markdown')
-rw-r--r-- | zh-cn/go-cn.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/go-cn.html.markdown b/zh-cn/go-cn.html.markdown index 9f6a8c15..3a461efe 100644 --- a/zh-cn/go-cn.html.markdown +++ b/zh-cn/go-cn.html.markdown @@ -283,4 +283,4 @@ Go的根源在[Go官方网站](http://golang.org/)。 强烈推荐阅读语言定义部分,很简单而且很简洁!(as language definitions go these days.) -学习Go还要阅读Go标准库的源代码,全部文档化了,可读性非常好,可以学到go,go style和go idioms。在文档中点击函数名,源代码就出来了! +学习Go还要阅读Go[标准库的源代码](http://golang.org/src/),全部文档化了,可读性非常好,可以学到go,go style和go idioms。在[文档](http://golang.org/pkg/)中点击函数名,源代码就出来了! |