SoFunction
Updated on 2025-03-05

Brief description of go locale construction

$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.