Description
Adds the Go language frontend for GCC. Developers use it to compile Go source code with GCC's backend instead of the standard Go compiler toolchain.
It runs from terminal build commands and is useful for projects or distributions that specifically need GCC-based Go compilation. Most Go users use it only when build instructions request it.