]> Cypherpunks repositories - gostls13.git/commit
cmd/go: group 'go get' update messages together near the end of output
authorJay Conrod <jayconrod@google.com>
Wed, 6 May 2020 16:59:18 +0000 (12:59 -0400)
committerJay Conrod <jayconrod@google.com>
Fri, 29 May 2020 20:55:14 +0000 (20:55 +0000)
commitc2d1df6391a7b4bcdc6112c512c2fd9c365153c5
treed5d2fcaebecb0904f289b2616273468997e7c660
parent6851a55f28ae88f4c9809b241d737fe65a977dd3
cmd/go: group 'go get' update messages together near the end of output

In module mode, 'go get' prints a message for each version query it
resolves. This change groups those messages together near the end of
the output so they aren't mixed with other module "finding" and
"downloading" messages. They'll still be printed before build-related
messages.

Fixes #37982

Change-Id: I107a9f2b2f839e896399df906e20d6fc77f280c9
Reviewed-on: https://go-review.googlesource.com/c/go/+/232578
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/modget/get.go
src/cmd/go/testdata/script/mod_get_update_log.txt [new file with mode: 0644]