This is a creation in Article, where the information may have evolved or changed. Record Golang, because Google can not access, the Internet is not able to find the right way to download, here is recorded download golanghttp://golangtc.com/download use Eclipse Editor, download eclipsehttp:// www.eclipse.org/downloads/
Download Goclipsehttps://github.com/goclipse/goclipse source https://github.com/GoClipse/releases release, use this (compiled package) plugins/the following. jar file to eclipse/plugins/and then download Gocode (code hint) https://github.com/nsf/gocode/download the zip file and extract it to%goroot% ( Go language installed directory) under the command line, go to the Go installation directory, execute go build. \gocode/go/bin will appear gocode.exe finally make the appropriate configuration in Eclipse (window->preferences), Locate the Go configuration item to configure under Linux:
Wget-c http://golangtc.com/static/go/go1.4.1.linux-amd64.tar.gz (breakpoint resume download)
Tar zxvf go1.4.1.linux-amd64.tar.gz-c/your/path
Setting environment variables
Mkdir/your/path/gopath
Vi/etc/profile
Export Goroot=/your/path/go
Export Gopath=/your/path/gopath
Export gobin= $GOROOT/bin
Export path= $PATH: $GOBIN
Source/etc/profile (Run the command to make the variable effective, each command-line window must be source once, it feels very impractical)
Go version (view)
Actually create a go.sh file to write to the export statement and then execute the same or soft link comparison ok,ln-s/path/go/usr/local/bin/go so at any time you can execute the GO command at the command line