Home >Backend Development >Golang >What editor to use for go language?
Compilers used to develop go language include: Gogland, Eclipse with goclipse, LiteIDE, KomodoIDE, Atom, Brackets, Visual Studio Code, Cloud9, CodeEnv, Wide, etc.
The operating environment of this tutorial: windows10 system, GO 1.11.2, thinkpad t480 computer.
Google's Go language was recently selected as Tiobe's 2016 programming language of the year, which is obviously due to its rapidly increasing popularity. The reason why it has quickly gained the favor of developers is that the Go language is released in an open source form and has a complete collection of compilers, tools and libraries. In order to help you get started with this language better, this article will introduce to you IDEs and editors that can edit and develop the Go language.
IDE solution:
1. Gogland
2. Eclipse with goclipse
3. LiteIDE
4. KomodoIDE
Editor solution:
1. Atom
2. Brackets
3. Visual Studio Code
Cloud Go IDE solution:
1. Cloud9
2. CodeEnv
3. Wide
Recommended learning :Golang tutorial
The above is the detailed content of What editor to use for go language?. For more information, please follow other related articles on the PHP Chinese website!