This commit is contained in:
Unknown
2013-04-15 00:27:27 -04:00
parent 3ba6f34968
commit ea0ab94b35
4 changed files with 26 additions and 16 deletions

View File

@@ -1,21 +1,9 @@
##啊哦,亲,你看得也太快了。。。还没翻译完呢 0 0
要不等到 ***2013 年 4 月 16 日*** 再来看看吧~~
这里还有一些其它的学习资源噢~
- [《Go编程基础》](https://github.com/Unknwon/go-fundamental-programming):已更新至 [第七课](https://github.com/Unknwon/go-fundamental-programming/blob/master/lecture6/lecture6.md)
- [《Go Web编程》](https://github.com/astaxie/build-web-application-with-golang)
神马?你说你不想学习?那好吧,去逛逛论坛看看行情也行~
- [Golang中文社区](http://bbs.mygolang.com/forum.php)
- [Go语言学习园地](http://studygolang.com/)
- [Golang中国](http://golang.tc)
#3.0 编辑器、集成开发环境与其它工具
因为 Go 语言还是一门相对年轻的编程语言所以不管是在集成开发环境IDE还是相关的插件方面发展都不是很成熟。不过目前还是有一些 IDE 能够较好地支持 Go 的开发,有些开发工具甚至是跨平台的,你可以在 LinuxMac OS X 或者 Windows 下工作。
你可以通过查阅该页面来获取 Go 开发工具的最新信息:[http://go-lang.cat-v.org/text-editors/](http://go-lang.cat-v.org/text-editors/)
##链接
- [目录](directory.md)
- 上一章:[Go 解释器](02.8.md
- 上一章:[Go 解释器](02.8.md)
- 下一节:[Go 开发环境的基本要求](03.1.md)