install

$ tar -C /usr/local -xvf goxxxx
$ vim ~/.profile
行末尾添加 : export PATH=$PATH:/usr/local/go/bin
$ source ~/.profile
$ go version