Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: go get not showing progress when downloading #22356

Closed
moar55 opened this issue Oct 20, 2017 · 2 comments
Closed

cmd/go: go get not showing progress when downloading #22356

moar55 opened this issue Oct 20, 2017 · 2 comments

Comments

@moar55
Copy link

moar55 commented 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.

@moar55 moar55 changed the title go get not showing progress when downloading cmg/go go get not showing progress when downloading Oct 20, 2017
@moar55 moar55 changed the title cmg/go go get not showing progress when downloading cmd/go go get not showing progress when downloading Oct 20, 2017
@ALTree
Copy link
Member

ALTree commented Oct 20, 2017

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 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
@moar55
Copy link
Author

moar55 commented Oct 20, 2017

Alright, thanks 😃

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants