goenv icon indicating copy to clipboard operation
goenv copied to clipboard

You know, rbenv but for go.

Results 11 goenv issues
Sort by recently updated
recently updated
newest added

Hi @wfarr, if you want you can recommend https://github.com/syndbg/goenv as an alternative since it's more maintained nowadays. The idea is the same - apply the working rbenv/pyenv model for go.

Supports installing Go 1.3, and correctly downloads older versions of Go (1.2.2 and older). Possibly future versions of Go can be downloaded correctly too.

This simplifies the download URL generator, but drops support for installing old (

The `vercomp()` function in libexec/goenv-install had a number of issues, most notably related to attempting installation of Go versions with three version numbers. Replaced the previous `vercomp()` with a slightly...

prior to tag 0.0.5 previous versions were tagged with a v. Is this intentional? if so I would be more than happy to submit a PR to update the doc...

``` *****:~$ goenv versions 1.4 *****:~$ goenv shell 1.4 export GOENV_VERSION="1.4" *****:~$ goenv version goenv: couldn't find any version specified for use *****:~$ echo $GOENV_VERSION *****:~$ ``` `goenv shell` fires...

There was a problem with the vercomp function that caused it to echo more than once for some comparisons. This would appear to be a side effect of changing the...

Not just commands that ship with a specific Go version. Some commands (eg `gorename`) require a GOROOT to be set pointing at a Go source tree. Allowing `goenv exec` to...

`0.0.5` has dropped the leading `v` as compared to e.g. `v0.0.4`. Adapted the README.md accordingly.

Thanks for getting this started dude. It would be great to have a `--list` flag for the `goenv install` command o see what versions are available.