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

Use "go get" don't know the download situation #22997

Closed
bailehang opened this issue Dec 5, 2017 · 2 comments
Closed

Use "go get" don't know the download situation #22997

bailehang opened this issue Dec 5, 2017 · 2 comments

Comments

@bailehang
Copy link

src/cmd/go/internal/get/vcs.go

431 431     var buf bytes.Buffer
432 432     cmd.Stdout = &buf
433 433     cmd.Stderr = &buf
    434 +   cmd.Stdout = os.Stdout
    435 +   cmd.Stderr = os.Stderr
434 436     err = cmd.Run()
435 437     out := buf.Bytes()

Excuse me, We want to see the download progress and net traffic. May I do this?

@adelowo
Copy link

adelowo commented Dec 5, 2017

This is most likely not going to happen #22800 (comment)

@ALTree
Copy link
Member

ALTree commented Dec 5, 2017

Yep, this was asked several times in the past. The tool will likely remain quiet be default, but see Brad's comment. If someone wants to prototype some kind of progress bar it needs to be an external tool first. You can still use the -v flag to make the output more verbose.

Closing this.

@ALTree ALTree closed this as completed Dec 5, 2017
@golang golang locked and limited conversation to collaborators Dec 6, 2018
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

4 participants