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