gobrew icon indicating copy to clipboard operation
gobrew copied to clipboard

Shell script to download and set GO environmental paths to allow multiple versions.

Results 5 gobrew issues
Sort by recently updated
recently updated
newest added

I'm just setting up a new OSX machine with the M1 chip. I did my `go brew` installation with the `curl` command and installed go 1.17. After that I ran...

When running `gobrew init`, the CLI adds a few paths to the `PATH` environment variable. Unfortunately it adds them in the beginning, not at the end. This is bad in...

Hello. Using your install script, it works wrong to install. In the end of script, there is source command to set new profile. As I know, source command is supported...

When I run `gobrew use 1.8` it shows that the version is not installed. I investigated why and I see this line in libexec/gobrew-use file: > VERSIONS=`ls -l $GOBREW_ROOT/versions |...

Whenever I build a [gb](https://getgb.io) project, I have to set GOROOT in order for it to find the compiler. Sourcing the output from `go env` takes care of this. It'd...