1)安装chocolatey: Windows PowerShell 使用管理员身份 运行

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

  安装成功:  

  

 

2)安装make: choco install make

3)更改goland设置