ubuntu_install_golang.sh 187 Bytes
Newer Older
1 2 3 4
#install the necessary dependancies for golang build
apt-get update && apt-get install -y golang-go
apt-get update && apt-get install -y godoc
apt-get update && apt-get install -y golint