Files
the-way-to-go_ZH_CN/eBook/03.0.md
2020-11-24 01:46:48 +08:00

12 lines
652 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.

# 3.0 编辑器、集成开发环境与其它工具
因为 Go 语言还是一门相对年轻的编程语言所以不管是在集成开发环境IDE还是相关的插件方面发展都不是很成熟。不过目前还是有一些 IDE 能够较好地支持 Go 的开发,有些开发工具甚至是跨平台的,你可以在 Linux、Mac OS X 或者 Windows 下工作。
你可以通过查阅 [编辑器和 IDE 扩展](http://go-lang.cat-v.org/text-editors/) 页面来获取 Go 开发工具的最新信息。
## 链接
- [目录](directory.md)
- 上一章:[Go 解释器](02.8.md)
- 下一节:[Go 开发环境的基本要求](03.1.md)