Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 723 Bytes

File metadata and controls

7 lines (6 loc) · 723 Bytes

#1.5 Summary In this chapter, we talk about how to install Go by three ways, including from source code, standard package and third-party tools. Then we show you how to configure Go development environment, mainly about $GOPATH. After that, we introduce the steps about compile, deployment of Go programs. Then we talk 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 the one you like exploring the world of Go.

##Links