Linux安装配置Go语言
Linux安装配置Go语言
从官网下载,选择linux下载压缩包。

sudo cp -r go/ /usr/local

sudo gedit /etc/profile


source /etc/profile
验证安装成功。
go version

Talk is cheap. Show me the code
从官网下载,选择linux下载压缩包。

sudo cp -r go/ /usr/local

sudo gedit /etc/profile


source /etc/profile
验证安装成功。
go version
