Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 739 Bytes

File metadata and controls

9 lines (6 loc) · 739 Bytes

1.5 Summary

In this chapter, we talked about how to install Go through three ways, including from source code, standard package and third-party tools. Then we showed you how to configure Go development environment, mainly about $GOPATH. After that, we introduced the steps in compile and deployment of Go programs. Then we talked about Go commands, these commands including compile, install, format, test. Finally, there are many powerful tools to develop Go programs, such as LiteIDE, Sublime Text, Vim, Emacs, Eclipse, IntelliJ IDEA, etc. You can choose any one you like exploring the world of Go.

Links