You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most go tools are quiet by default, and this is unlikely to change (the idea of adding a progress bar was discussed in the past, several times: #17959#18388).
You can use the -v flag to make the output more verbose, though.
ALTree
changed the title
cmd/go go get not showing progress when downloading
cmd/go: go get not showing progress when downloading
Oct 20, 2017
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go1.9
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?Linux, amd64
What did you do?
run go get github.com/astaxie/beego in my terminal
What did you expect to see?
I was expecting a progressbar to see the progress of download in golang.
What did you see instead?
A blank line showing (possible) execution of command.
The text was updated successfully, but these errors were encountered: