Files
freeCodeCamp/guide/chinese/go/installing-go/index.md
2018-10-16 21:32:40 +05:30

25 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Installing Go
localeTitle: 安装Go
---
# 安装Go
## 在Ubuntu中安装Go
* [使用apt-get安装Go](https://guide.freecodecamp.org/go/installing-go/ubuntu-apt-get) 。这是在ubuntu中安装go的最简单方法。
* [使用tarball安装Go](https://guide.freecodecamp.org/go/installing-go/ubuntu-tarball) 。如果您希望安装最新的稳定版本的go请使用此方法。
## 在Mac OS X中安装Go
* [使用Package Installer安装Go](https://guide.freecodecamp.org/go/installing-go/mac-package-installer) 。最简单的方法来安装最新的稳定版go。
* [使用tarball安装Go](https://guide.freecodecamp.org/go/installing-go/mac-tarball) 。对于那些希望使用终端的人。
## 在Windows中安装Go
* [使用MSI安装程序安装Go](https://guide.freecodecamp.org/go/installing-go/windows-installer)
## 从源代码安装Go
* 要从源reffer安装Go到[源文档](https://golang.org/doc/install/source)的[安装](https://golang.org/doc/install/source)
参考: [golang安装文档](https://golang.org/doc/install#install)