Home  >  Article  >  Backend Development  >  what is goland

what is goland

青灯夜游
青灯夜游Original
2023-01-13 16:35:343937browse

Goland is a cross-platform commercial IDE developed by JetBrains specifically for Go. It aims to provide an ergonomic IDE for Go developers. Goland integrates the IntelliJ platform (an integrated environment for Java language development and can also be used for other development languages), providing coding assistance and tool integration for the Go language.

what is goland

The operating environment of this tutorial: Windows 10 system, GoLand 2019 version, Dell G3 computer.

Goland is a new commercial IDE developed by JetBrains, aiming to provide an ergonomic new commercial IDE for Go developers. Goland integrates the IntelliJ platform (an integrated environment for Java language development and can also be used for other development languages), providing coding assistance and tool integration for the Go language.

Goland has Strong Code Insight, Navigation & Search, Run & Debug, Integration with VCSs, More than just a Go IDE and strong Extensibility, which can help Gopher read and write Go code easily, conveniently and quickly.

The IDEs produced by JetBrains have a good reputation in the industry, such as Clion for C/C, IntellijI IDEA for Java, PyCharm for Python, PhpStorm for PHP, WebStorm for JavaScript, etc. Once launched, Goland has been loved by Gophers.

what is goland

Goland installation and project creation

You can download the corresponding version of the Goland installation package from Goland’s official website:

  • Official website download address: https://www.jetbrains.com/go/download/other.html;

what is goland

##After the download is completed, double-click to run the installation package.

what is goland

#The first thing you see is a welcome page, don’t worry about it, just click Next.

what is goland

Customize the installation directory. The default installation is on the C drive. You can choose the appropriate location to install. After selecting, click Next to proceed to the next step.

what is goland

The following are some installation options. You can check some of the information in the options according to your needs, and click Next after confirming that it is correct.

what is goland

Select a folder for the Goland shortcut in the start menu. We do not need to modify this step, just click Install.

what is goland

Start the installation and wait for the installation to complete.

what is goland

The installation is complete, check Run Goland and click Finish to end the installation and start Goland.

what is goland

Create a project: Select "New Project" to create a new project.

what is goland

Select a directory as the root directory of the project, select the appropriate Go language version, and click "Create" to complete the creation.

what is goland

The project is created and you can finally start typing the code.

1what is goland

[Related recommendations:

Go video tutorial, Programming teaching

The above is the detailed content of what is goland. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn