Sorry, I'll correct myself: godoc.org/golang.org/x/build/version only handles the listed directories. Though if for example you copy an existing directory to go1.8.3 and trivially modify main.go You'll have this: C:\>go build golang.org/x/build/version/go1.8.3
C:\>go1.8.3 version go1.8.3: not downloaded. Run 'go1.8.3 download' to install to C:\User\loggedinuser\sdk\go1.8.3 C:\>go1.8.3 download Downloaded 0.0% (15233 / 83369649 bytes) ... .... Downloaded 97.5% (81312629 / 83369649 bytes) ... Downloaded 100.0% (83369649 / 83369649 bytes) Unpacking C:\Users\loggedinuser\sdk\go1.8.3\go1.8.3.windows-386.zip ... Success. You may now run 'go1.8.3' C:\>go1.8.3 version go version go1.8.3 windows/386 On Mon, Jun 26, 2017 at 8:41 PM, <fge...@gmail.com> wrote: > You can also 'go get' most go versions and it's quite robust. > https://twitter.com/golang/status/875117556595515392 > > > On Mon, Jun 26, 2017 at 5:17 PM, Igor Maznitsa <rrg4...@gmail.com> wrote: >> mvn-golang plugin also allows to automate work with multiple versions of Go >> >> -- >> 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. -- 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.