Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 ALL


  Install multiple versions of Go

As a developer, there might be need in some cases to have multiple versions of Go installed. One may test out some new features of the latest version of Go but also wanna maintain a stable version of Go for daily development purpose. How to maintain multiple versions of Go?The GoLang official website has provided a way to maintain multiple versions of Go by using go get to install the different versions of Go.Below are steps:Download a normal version of Go and install itGo to the Go release page to find out which version of go to installRun the go get command to download the version and instal...

5,207 0       GO VERSION GO BINARY MULTIPLE VERSION