g icon indicating copy to clipboard operation
g copied to clipboard

Simple go version manager, gluten-free

Results 13 g issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Can not install/download Go version below 1.16. i.e: 1.13 and 1.15 **To Reproduce** Steps to reproduce the behavior: 1. check all that avail versions using `g list-all`....

`g` is such a vague command name and there is no way to find out what the tool is, even when running `g --help`. Please add the repo URL and...

Sorry, I opened a PR without reading the contributing guidelines. I'm proposing to support using `go env` as fallback for explicitly setting `GOPATH` and `GOROOT`. Go will read those values...

These variables can also be set using `go env -w`. Fixes #24

Would be great to have a formula for homebrew. I can contribute if interested.

Hi @stefanmaric thanks for this version manager. Is it possible to provide a flag to the installer to specify the dotfile for shell. I'm using the installer in an ansible...

I find myself trying to `g use ` every time I come back to this tool only to get an error. So I am suggeting this alias. I have skipped...

- Add `zsh` tab completion, providing: - Command selection - Installed Go version list selection - Remote Go version list selection I created it as part of this `zsh` plugin...

**To Reproduce** Steps to reproduce the behavior: 1. Install with command: `curl -sSL https://git.io/g-install | sh -s` 2. Install go: `g install 1.22.1` **Error output** ``` gzip: stdin: not in...