From 32c243854cafbdce71e100492872512ad5014bb8 Mon Sep 17 00:00:00 2001 From: Zhanming Qi Date: Fri, 12 Apr 2013 21:53:49 +0800 Subject: [PATCH] fix character translate for 64bit. --- eBook/02.4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eBook/02.4.md b/eBook/02.4.md index 8246f66..aa0e7e3 100644 --- a/eBook/02.4.md +++ b/eBook/02.4.md @@ -1,7 +1,7 @@ #2.4 在 Mac OS X 上安装 Go ( ***译者注:由于 Go 语言版本更替,本节中的相关内容经原作者同意将被直接替换而不作另外说明*** ) -如果你想要在你的 Mac 系统上安装 Go,则必须使用 Intel 64 为处理器,Go 不支持 PowerPC 处理器。 +如果你想要在你的 Mac 系统上安装 Go,则必须使用 Intel 64 位处理器,Go 不支持 PowerPC 处理器。 你可以通过该页面查看有关在 PowerPC 处理器上的移植进度:[https://codedr-go-ppc.googlecode.com/hg/](https://codedr-go-ppc.googlecode.com/hg/)。 @@ -16,4 +16,4 @@ ##链接 - [目录](directory.md) - 上一节:[在 Linux 上安装 Go](02.3.md) -- 下一节:[在 Windows 上安装 Go](02.5.md) \ No newline at end of file +- 下一节:[在 Windows 上安装 Go](02.5.md)