9:20 AM (less than a minute ago)   One Liner for installing on Linux / Mac or other Unix like OS: (well almost)
1. Become root 2. cd /usr/local run this command: curl https://storage.googleapis.com/golang/go1.9.darwin-amd64.tar.gz 2> /dev/null | tar zxvf - Just make sure you change the URL to curl for the OS version you're working on. Above is for Mac, on linux I installed it like this: cd $GOROOT;cd ..;curl https://storage.googleapis.com/golang/go1.9.darwin-amd64.tar.gz | sudo tar zxvf - On Thursday, August 24, 2017 at 6:44:25 PM UTC-4, Chris Broadfoot wrote: > > Hello gophers, > > We just released Go 1.9. > > You can read the announcement blog post here: > https://blog.golang.org/go1.9 > > You can download binary and source distributions from our download page: > https://golang.org/dl/ > > To compile from source using a Git checkout, update to the release with > "git checkout go1.9" and build as usual. > > To find out what has changed, read the release notes: > https://golang.org/doc/go1.9 > > Thanks to everyone who contributed to the release. > > Chris > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.