travisjeffery / goenv

:blue_car: Like pyenv and rbenv, but for Go.

Home Page:https://github.com/syndbg/goenv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Version Management: goenv

Build Status

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.

asciicast

goenv does...

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

goenv compared to others:


Links

About

:blue_car: Like pyenv and rbenv, but for Go.

https://github.com/syndbg/goenv

License:MIT License


Languages

Language:Shell 76.6%Language:Roff 22.0%Language:Makefile 0.7%Language:C 0.5%Language:Python 0.2%