I am trying to learn Go and installed Go MinGW , but I can’t find out how to actually compile the .go ANYWHERE file. This is a program directly linked to the Go wiki for Windows support, but all tutorials talk about using 6g and gccgo, etc. For compilation, and not one of them works from my Windows machine.
source
share