Files
build-web-application-with-…/1.md
2012-09-19 18:40:31 +08:00

31 lines
742 B
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.
# 1 GO环境配置
## 目录
* 1. [Go安装](1.1.md)
* 2. [GOPATH与工作空间](1.2.md)
* 3. [Go命令](1.3.md)
* 4. [Go开发工具](1.4.md)
* 5. [小结](1.5.md)
欢迎来到Go的世界让我们开始吧
为什么选择Go
- 像Python、PHP一样的开发速度
- 拥有C语言级别的运行性能
- 超级简单的依赖管理
- 源码级的多并发控制
- 具有垃圾回收机制
- 跨平台,可交叉编译
- 还有更多……
总之是一种C+Python动静结合的好语言。
在本章中我们将讲述Go的安装方法以及如何配置项目信息。
## links
* [目录](<preface.md>)
* 下一节: [Go安装](<1.1.md>)
## LastModified
* $Id$