Home > Article > Backend Development > What are the go language development tools?
The go language development tools include: 1. GoLand; 2. LiteIDE; 3. Eclipse. LiteIDE is an open source, cross-platform lightweight Go language integrated development environment.
#The operating environment of this article: windows10 system, GO 1.11.2, thinkpad t480 computer.
(Learning video sharing: Programming video)
Introduction to development tools:
1. GoLand
GoLand is from the Jetbrains family Go language IDE has a 30-day free trial period.
Installation is also very simple. Visit Gogland’s download page and download the corresponding software according to the three major platforms (Mac, Linux, Windows) of your current system environment.
2. LiteIDE
LiteIDE is an open source, cross-platform lightweight Go language integrated development environment (IDE).
Supported operating systems
Windows x86 (32-bit or 64-bit)
Linux x86 (32-bit or 64-bit)
3. Eclipse
Eclipse is also a very commonly used development tool.
Related recommendations: golang tutorial
The above is the detailed content of What are the go language development tools?. For more information, please follow other related articles on the PHP Chinese website!