You can build as many different versions of Go as you need by checking the 
source out into different locations and running the src/make.bash script.

You should not set GOROOT, building from source will encode the correct 
location into the bin/go tool during the process.

To make life simpler for yourself, add a symlink to the various versions of the 
go tool you have built, eg.

  ln -s $HOME/go1.6/bin/go $HOME/bin/go1.6

Dave

-- 
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.

Reply via email to