goenv aims to be as simple as possible and follow the already established successful version management model of pyenv and rbenv.
This project was cloned from pyenv and modified for Go.
- Let you change the global Go version on a per-user basis.
- Provide support for per-project Go versions.
- Allow you to override the Go version with an environment variable.
- Search commands from multiple versions of Go at a time.
- https://github.com/pwoolcoc/goenv depends on Python,
- https://github.com/crsmithdev/goenv depends on Go,
- https://github.com/moovweb/gvm is a different approach to the problem that's modeled after
nvm
.goenv
is more simplified.