g
g copied to clipboard
Simple go version manager, gluten-free
Results
13
g issues
Sort by
recently updated
recently updated
newest added
Install https://termux.dev in your Android device Run: ``` $ curl -sSL https://git.io/g-install | sh -s sh: 543: cannot open /etc/shells: No such file ```
Now the default go binary download url is , can you provide a environment variable to allow override like `echo "https://dl.google.com/go/go${version}.${os}-${arch}.tar.gz"` => `echo "${GO_BINARY_BASE_URL:-https://dl.google.com/go}/go${version}.${os}-${arch}.tar.gz"`. https://github.com/moovweb/gvm/issues/237 did the similar work.