go environment variable configuration liteide configuration

 

1.go environment variable configuration

  http://download.csdn.net/detail/defonds/9408855 Install directly after downloading. If you choose the default, just add a gopath.

  Two environment variables of goroot and path are not added by default

  goroot is set to the installation path

  path is set to the bin path under root

  gopath is the working directory

  

  

Run cmd and enter go to see if the configuration is complete

2.liteide configuration

  Download liteide  https://sourceforge.net/projects/liteide/?source=typ_redirect

  Download gcc http://download.csdn.net/download/lyalei/9009139

  Click the menu to edit the current environment

  

  

After configuration, run HelloWorld.go

  

  Configuration complete

Guess you like

Origin www.cnblogs.com/show58/p/12675682.html