$tar xvf go1.3.
$mv go /usr/local/
$vim /etc/profile
export GOROOT=/usr/local/go export PATH=$PATH:$GOROOT/bin
$source /etc/profile
At this point, go has been installed.
For more detailed installation steps, please contact me.
$tar xvf go1.3.
$mv go /usr/local/
$vim /etc/profile
export GOROOT=/usr/local/go export PATH=$PATH:$GOROOT/bin
$source /etc/profile
At this point, go has been installed.
For more detailed installation steps, please contact me.