What IDE is used for Golang development
The recommended IDE for golang development is Goland.
Goland
Goland, the Go integrated development environment launched by the commercial company jetbrains in the past two years, is really extremely powerful.
I believe that many programs have used their IDE, such as Java's Intellj IDEA, PHP's PHPStorm, Python's PyCharm, C's CLion, front-end WebStorm, etc. Using JetBrains' IDE, we can enjoy its excellent out-of-the-box experience and the plug-in system that jetbrains has accumulated for more than ten years.
In the past few years, that is, before Goland was released, if we wanted to use jetbrain's IDE for GO development, we needed to use the plug-in support it provides. After the release of Goland, these plug-ins appear to have been removed from the shelves.
Goland is ready to use right out of the box, so there are very few problems with it. There really isn’t much to introduce, and you can basically start working after installing it!
For more golang development knowledge, please pay attention to PHP Chinese website!
The above is the detailed content of What IDE to use for Golang development?. For more information, please follow other related articles on the PHP Chinese website!