Files
Hank Xiao 8b9835fa3b fixed an IDE name in Chinese document
the IDE should be `GoLand`
2018-11-28 15:11:05 +08:00

9 lines
932 B
Markdown
Raw Permalink 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.5 总结
这一章中我们主要介绍了如何安装GoGo可以通过三种方式安装源码安装、标准包安装、第三方工具安装安装之后我们需要配置我们的开发环境然后介绍了如何配置本地的`$GOPATH`,通过设置`$GOPATH`之后读者就可以创建项目接着介绍了如何来进行项目编译、应用安装等问题这些需要用到很多Go命令所以接着就介绍了一些Go的常用命令工具包括编译、安装、格式化、测试等命令最后介绍了Go的开发工具目前有很多Go的开发工具LiteIDE、Sublime、VSCode、Atom、Goland、VIM、Emacs、Eclipse、Idea等工具读者可以根据自己熟悉的工具进行配置希望能够通过方便的工具快速的开发Go应用。
## links
* [目录](<preface.md>)
* 上一节: [Go开发工具](<01.4.md>)
* 下一章: [Go语言基础](<02.0.md>)