Go Version Manager (gvm) enables seamless installing and swapping between Go versions with a single command. This tool manages a Go environment for the user by allowing a user to specify which Go version they wish to use and handling all of the steps to install and configure that Go version. GVM also supports installing Go from the official Golang master branch so that you can easily try the next version of Go without waiting for a pre release build.
Apache License 2.0
55
stars
4
forks
source link
[Feat]: Add shasum check for downloaded packages against site #17
GVM should verify the file downloaded matches the sha of the file listed on the Golang site prior to extracting and installing