◆ ステップ-3 : gcc のインストール ◆ ”The Go tool chain is written in C. To build it, you need to have GCC, the standard C libraries, and the parser generator Bison installed. On OS X, they can be installed as part of Xcode.” とあったが、Xcodeは既にインストールしてあるので gcc 環境のセットアップはすんなりスキップ
"6g is the Go compiler for amd64; it will write the output in file.6. The ‘6’ identifies files for the amd64 architecture. The identifier letters for 386 and arm are ‘8’ and ‘5’. That is, if you were compiling for 386, you would use 8g and the output would be named file.8. "