CentOS VSCode debugging go language appears: exec: “gcc”: executable file not found in PATH
Solution:
Execute the following command to install GCC, and then restart VSCode
sudo yum install gcc #Install GCC [fengxm@centos7-feng ~]$ which gcc /usr/bin/gcc #Verify that the installation is complete