目录
当前位置: 首页 > 文档资料 > Go 中文文档 >

3.5. 安装Go

优质
小牛编辑
114浏览
2023-12-01

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对于不同的版本会有差异,表示没有通过测试的数目。