goland 报错,提示 cgo: C compiler "gcc" not found: exec: "gcc": executable file not found in %PATH%
1.缺乏编译软件导致的,软件下载地址
https://sourceforge.net/projects/mingw-w64/files/
2.下载之后,进行离线软件包安装
2.1 将下载文件解压在想要安装的地方即可
2.2 系统环境变量添加MinGW64 bin路径
2.3 测试在cmd命令里面输入
gcc -v