This is a creation in Article, where the information may have evolved or changed.
Building the development environment
As the focus on learning, about the development of the environment, simple introduction, not to do too detailed introduction.
First, Linux under the Golang environment construction
Ubuntu, Debian and other systems through the sudo apt-get install Golang; Fedora, Dentos, Redhat and other systems are installed via the sudo yum install Golang. As for the selection of editors (such as VIM, eclips, etc.), as well as the installation of plugins, you can search by yourself.
Second, the construction of Golang environment under Windows
As blogger chooses to learn Golang under Windows, it is a little more detailed about the environment under Windows. 1, in Http://www.golangtc.com/download download the Windows version of the Golang SDK installer, 64-bit system selection with AMD64, such as: Go1.6.2.windows-amd64.msi 2, the installation process all the way next (next) 3. Download idea Installer Https://d1opms6zj7jotq.cloudfront.net/idea/ideaIC-2016.1.1.exe same way next installation 4, the key point, the interface to the upper left corner file-> settings->plugin->browse repositories and then search go, found in the results of 4.5 stars that go CUSTOM langua GES, can be installed. 5. Next, set the SDK path. The top left corner of the main interface file-> Project Structure->platform Settings->sdks, point green + number, choose Go SDK, and then choose the installation path of the Go SDK, generally in C:\Go. 6, the development environment has been set up, in File->new can create a new project
because the blogger's computer screen is 4K resolution, too clear can not upload, can only be described in words.
Reprint Please specify Source: http://blog.csdn.net/letian0805/article/details/51357348