-
$ gvm pkgset list
gvm go package sets (go1.3)
global
=> me
$ gvm pkgenv
...
export GOPATH; GOPATH="/Users/me/dev/go"
...
$ export
declare -x GOPATH="/Users/me/.gvm/pkgsets/go1.3/me:/Users/me/.gvm/p…
-
Hi there, I'm building Go 1.5 on ARM with the following script:
```
bash <
-
Hello,
I have installed gvm on my Ubuntu 20.4 and wanted to remove some versions so that I could do a fresh install of them since I think that they got corrupted.
$ gvm version
Go Version Manag…
-
I am attempting to give glide a trial run, but not able to get it to work successfully
I am using gvm and running go1.5 in my environment
echo $GOPATH
/Users/xxxx/.gvm/pkgsets/go1.5/global
Instal…
-
It looks like I’m unable to install go1.4.2 using the current version of gvm (v1.0.22)
`$GOROOT_BOOTSTRAP` should only be required if installing **1.5**
```
$ bash < = Go 1.4.
./make.bash: line 121:…
-
I get a panic when trying to format my code:
```bash
# h32 @ DESKTOP-J1Q9JRK in ~/mysvc on git:main o [10:37:15] C:1
$ go install github.com/cockroachdb/crlfmt@latest
go: downloading github.com/co…
-
Using Xubuntu 16.04 and zsh 5.1.1 I'm trying to uninstall gvm, but I receive:
```
~ ➜ gvm implode
gvm_implode:read:1: -p: no coprocess
~ ➜ gvm version
Go Version Manager v1.0.22 installed at /h…
-
After installation of Hyper-V virtual machine (bundled with Visual Studio) gvm command has been overriden and I cannot use gvm command. It would be nice to have alternative command (like sdk in origin…
-
I know `gvm-sdk` simply consume data comign from `gvm`'s server side however I thought this would be a good place to start this discussion. Say someone builds a `griffon` client for `gvm-sdk` (hint, h…
-
Thanks for making such a useful tool!
I noticed that the `cd` command slowed down significantly after installing gvm and I tracked down the issue to this script: `$GVM_ROOT/scripts/env/cd`. I under…