Thanks. Could I ask you to confirm if these instructions, from
tip.golang.org are also correct.
On OS X, a C compiler is bundled in the command line tools for Xcode,
and you don't need to install the whole Xcode to compile Go. If you
have already installed Xcode 4.3+, you can install command line tools
from the Components tab of the Downloads preferences panel. To verify
you have a working compiler, just invoke gcc in a freshly created
Terminal window, unless you see the "gcc: command not found" error,
you are ready to go.