Linux下安装最新版golang

ubuntu中可以使用apt-get install golang来安装go,但是版本稍旧

如果需要安装最新版的golang,那就得自己动手咧

安装golang

从官网下载最新版,手动安装

0%