Skip to content

Commit 8c87cca

Browse files
committed
Merge pull request astaxie#96 from OlingCat/master
fix a typo.
2 parents 41f3d44 + ed964cc commit 8c87cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Go有多种安装方式,你可以选择自己喜欢的。这里我们介绍三
1010
最后,如果你想在同一个系统中安装多个版本的Go,你可以参考第三方工具[GVM](https://github.com/moovweb/gvm),这是目前在这方面做得最好的工具,除非你知道怎么处理。
1111

1212
###Go源码安装
13-
在Go的源代码中,有些部分是用Plan 9 C和AT&T汇编写的,因此加入你要想从源码安装,就必须安装C的编译工具。
13+
在Go的源代码中,有些部分是用Plan 9 C和AT&T汇编写的,因此假如你要想从源码安装,就必须安装C的编译工具。
1414

1515
在Mac系统中,只要你安装了Xcode,就已经包含了相应的编译工具。
1616

0 commit comments

Comments
 (0)