moovweb / gvm

Go Version Manager
http://github.com/moovweb/gvm
MIT License
10.14k stars 527 forks source link

Verbose option for commands #173

Open jaredready opened 8 years ago

jaredready commented 8 years ago

Compiling Go on a micro computer like a Pi can take awhile. Being able to have verbose output as to what's going on with the process would be much appreciated.

vsaw commented 8 years ago

@ResidentBiscuit Which version of Go where you installing on your Pi? I tried with 1.5 but did not get it working (see https://github.com/moovweb/gvm/issues/175) How did your installation go?

jaredready commented 8 years ago

I installed 1.5.2, didn't seem to have any issues. I can post some more info when I get home.

shakhzodkudratov commented 1 year ago

Agree. This feature is essential not only when you compile it on slow machines, but also if your network connection is unstable and you don't know what is exactly happening.