This is a creation in Article, where the information may have evolved or changed.
Liteide Download Address
https://code.google.com/archive/redirect/a/code.google.com/p/golangide?movedTo=https:%2F%2Fsourceforge.net% 2fprojects%2fliteide%2f
I tried IntelliJ idea and Liteide, the former loaded plug-in is particularly complex, gave up. Eventually I chose Liteide.
go Language development tool liteide configuration (Windows) listen to Speech
-
- |
- browse: Span class= "views" >3252
- |
-
Step through Reading
The programming language go used by Google System has grown more and more mature and easy to use in recent years. Now we can make the go language programming easier by using Liteide.
Tools/raw materials
- liteide Compressed package: liteidex23.2.windows.7z
- GCC compiler: x86_64-w64-mingw32-gcc-4.8.0-win64_rubenvb.7z
method/Step
-
First ensure that the Go Language installation package is installed correctly, Goroot and path have been configured correctly
-
unzip Liteide Compress package liteidex23.2.windows.7z to D : \program Files (x86) \liteide (decompression path selected according to your own situation)
-
decompression gcc compiler: x86_64- w64-mingw32-gcc-4.8.0-win64_rubenvb.7z to C:\GCC (decompression path selected according to your own situation)
-
Create a new directory, set the Gopath path, Liteide configuring environment variables with
Open Liteide, open View from the menu bar--Edit environment variables, configure the following parameters
To create a new Go source file, click BR to compile and run the OK.
Transfer from http://jingyan.baidu.com/article/fb48e8be575d096e622e14b2.html