IDE - vscode

Windows:

  1. 安装go (https://golang.org/dl/)

  2. 安装go插件, 重启

  3. 安装其它配套工具(执行下列命令, 重启vscode即可)

  1. cd %GOPATH%\src\
  2. mkdir golang.org\x
  3. cd golang.org\x
  4. git clone https://github.com/golang/tools.git
  5. git clone https://github.com/golang/lint.git