3.5. 安装Go

编译go环境:

  $ cd go/src
  $ ./all.bash

编译完成后,结尾会打印以下信息。

  --- cd ../test

  ---
  Installed Go for linux/amd64 in /home/you/go.
  Installed commands in /home/you/go/bin.
  *** You need to add /home/you/go/bin to your $PATH. ***
  The compiler is 6g.

其中N对于不同的版本会有差异,表示没有通过测试的数目。