]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modget: factor out functions for argument resolution
authorBryan C. Mills <bcmills@google.com>
Mon, 14 Sep 2020 19:56:59 +0000 (15:56 -0400)
committerBryan C. Mills <bcmills@google.com>
Tue, 15 Sep 2020 21:37:17 +0000 (21:37 +0000)
commit8248b5791cd825f80c55e972c1e96c6fadf5885e
tree2740f20bb03e7ca1775796606c8217269f54baed
parentdbde566219336e84360b4a38da10b5f63b19021e
cmd/go/internal/modget: factor out functions for argument resolution

For #37438
For #41315
For #36460

Change-Id: I17041c35ec91ff6ffb547e0f32572673d191b1ed
Reviewed-on: https://go-review.googlesource.com/c/go/+/254820
Trust: Bryan C. Mills <bcmills@google.com>
Trust: Jay Conrod <jayconrod@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/internal/modget/get.go