<div dir="ltr">On Mon, May 9, 2016 at 4:57 AM, Thomas Goirand <<a href="mailto:zigo@debian.org">zigo@debian.org</a>> wrote:<br>><br>> Do you know if that's already in use in some distros?<br><br>Since the Go toolchain is pretty self-contained, most people just follow the official instructions to get it installed... by a one-step:<br><br># tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz<br><br>(Ref: <a href="https://golang.org/doc/install">https://golang.org/doc/install</a> )<br><br>IMO, that the beauty of Go (the Go compiler is itself written in Go) -- as the compiler generates static binaries, deployment is usually done by copying the binaries to the remote machine.<br><br><br>And looks like Ubuntu 16.04 has official binaries for Go 1.6. Again, I've never installed Go from apt-get or yum!<div><br></div><div><a href="https://launchpad.net/ubuntu/xenial/+source/golang-1.6">https://launchpad.net/ubuntu/xenial/+source/golang-1.6</a><br><br>Rayson<br><br>==================================================<br>Open Grid Scheduler - The Official Open Source Grid Engine<br><a href="http://gridscheduler.sourceforge.net/">http://gridscheduler.sourceforge.net/</a><br><a href="http://gridscheduler.sourceforge.net/GridEngine/GridEngineCloud.html">http://gridscheduler.sourceforge.net/GridEngine/GridEngineCloud.html</a><br><br><br>><br>> Cheers,<br>><br>> Thomas<br>><br>><br>> __________________________________________________________________________<br>> OpenStack Development Mailing List (not for usage questions)<br>> Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br></div></div>