Merge pull request #2291 from CvH/9.0-docker-description

go: cleanup
This commit is contained in:
Radostan Riedel 2017-12-06 11:57:17 +01:00 committed by GitHub
commit 57cbb74dd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,10 +33,8 @@ PKG_TOOLCHAIN="manual"
####################################################################
# On Fedora `dnf install golang` will install go to /usr/lib/golang
#
# On Ubuntu you need to install golang manually, similar to:
# $ wget https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz
# $ tar xf go1.6.linux-amd64.tar.gz -C /opt/
# $ ln -s /opt/go /usr/lib/golang
# On Ubuntu you need to install golang:
# $ sudo apt install golang-go
####################################################################
configure_host() {