This is a creation in Article, where the information may have evolved or changed.
Baidu Google Bing a lot, found that the path of all 404, the difficulty of patchwork success, share a bit.
Baidu Cloud Disk share of Golang plug-in some jar package:http://pan.baidu.com/s/1cgfMnc
Jdk:http://pan.baidu.com/s/1dencnqd of Golang under Windows64 position
After unpacking, see the following directory:
Copy the jar files under the features and plugins folders to the corresponding features and plugins folders under Eclipse, respectively . Then restart Eclipse. Next, configure the Golang development environment.
Install the Golang JDK, configure the Goroot and Gopath,goroot configuration method in the environment variable and similar to the Java JDK, the Gopath is the self-created workspace, the structure is as follows:
After completion, load the go configuration in eclipse:
Basic Environment configuration of Go:
Debug mode configuration for Go:
Go Code Auto-completion mechanism configuration:
When the configuration is complete, you will find a go icon on eclipse:
Let's write a simple program to test: