In the page Installing Go from source <https://golang.org/doc/install/source>, of the section below, branch 'go1.9' should be changed to 'release-branch.go1.9'.
Fetch the repository Go will install to a directory named go. Change to the directory that will be its parent and make sure the godirectory does not exist. Then clone the repository and check out the latest release tag (go1.9, for example): $ git clone https://go.googlesource.com/go $ cd go $ git checkout go1.9 $ git branch -a * (HEAD detached at go1.9) master remotes/origin/HEAD -> origin/master remotes/origin/dev.boringcrypto remotes/origin/dev.boringcrypto.go1.8 remotes/origin/dev.cc remotes/origin/dev.debug remotes/origin/dev.garbage remotes/origin/dev.gcfe remotes/origin/dev.inline remotes/origin/dev.power64 remotes/origin/dev.ssa remotes/origin/dev.tls remotes/origin/dev.typealias remotes/origin/master remotes/origin/release-branch.go1 remotes/origin/release-branch.go1.1 remotes/origin/release-branch.go1.2 remotes/origin/release-branch.go1.3 remotes/origin/release-branch.go1.4 remotes/origin/release-branch.go1.5 remotes/origin/release-branch.go1.6 remotes/origin/release-branch.go1.7 remotes/origin/release-branch.go1.8 remotes/origin/release-branch.go1.9 remotes/origin/release-branch.r57 remotes/origin/release-branch.r58 remotes/origin/release-branch.r59 remotes/origin/release-branch.r60 remotes/origin/tmp.shadams -- 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.