I\'m currently trying to add some C code to my Go project. nothing fancy
/* #include void test() { printf(\"hooola\") } */ import ( \"C\
what worked for me was installing the 64 bit version of mingw adding it to PATH and then removing all other mingw's from PATH and then very important RESTARTING THE COMPUTER, you have to restart your computer.