This article is based on Goland's official documentation and my own practice, a basic guide to the configuration of the Go Language environment on Linux systems, using the Linux version: Red Hat Enterprise linux Server release 7.5 (Maipo )
First, we should go to the download website: www.Jetbrains.com
Website
We select the languages option at the top to see the following page
At this point the "GO" cursor is dark, can not be selected;
We pull down the page, we can see that the left has the languages option and is selected, we should cancel its selection, you can see the cancel, go to become optional.
When the "GO" option is selected, the following interface appears;
We move the mouse over the Goland to see the download key; click "DOWNLOAD";
After that will enter the following interface, according to their own operating system to choose the appropriate version, which has been based on my operating system is the default Linux version;
Click "DOWNLOAD" again, will appear the following file, choose to save the file, that is, "save files";
Here you can see the download process;
After the download is complete, the default is saved to downloads;
Double-click to open the compressed package, visible Goland folder;
Right-click to select Extract to extract the folder to another directory, I chose the home directory, there is no special requirements, but the next steps need to use the save path.
The pattern can be seen when the extraction is complete;
After entering the home directory, you can see the Goland folder appears;
At this point enter the command line, through the CD "{installation Home}/bin" into the directory;
After entering the directory, enter "./goland.sh" to open the Goland program;
The first open will appear the following interface, according to their own needs to choose, generally choose the first item can be;
Choose "Evaluate for free" Here for 30 days, and of course you can choose to buy it.
Whether the need for file information to choose their own, if necessary, you can fill in the bottom of their own mailbox, if not required, skip.
Click "Evaluate", will appear as shown in the pattern, select the first one;
Here you can choose to save the directory of Go files, choose to complete, click creat;
After the interface, click on the upper right corner of the "File", "Settings", to configure the Goroot,gopath.
Goroot is the Go Language installation path, Goland will automatically recognize, such as identification errors, can be manually configured;
Gopath is the go language compile-time reference work path, select an empty directory;
After you turn off the settings interface, right-click on the left margin to create a new go language programming draft to start a fun go language learning ~
This is my first time to do such a tutorial class document, if there is any mistake or need to enter the place, I hope you can enlighten!
Author Sunyibo
The go locale is configured on red Hat Linux 7.5