]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modfetch/codehost: remove invariantly-empty return value from Repo...
authorBryan C. Mills <bcmills@google.com>
Thu, 24 Oct 2019 19:17:16 +0000 (15:17 -0400)
committerBryan C. Mills <bcmills@google.com>
Thu, 24 Oct 2019 20:19:06 +0000 (20:19 +0000)
commit680ed10c9127a28ed9510c40d59b1ff10e688bff
treea68c1b4866a54b495d14c221f97110610d2fb869
parentc357b363cf1027afe3296e973ea6f6613cc757ad
cmd/go/internal/modfetch/codehost: remove invariantly-empty return value from Repo.ReadZip

Previously, codehost.Repo.ReadZip returned an 'actualSubdir' value
that was the empty string in all current implementations.

Updates #26092

Change-Id: I6708dd0f13ba88bcf1a1fb405e9d818fd6f9197e
Reviewed-on: https://go-review.googlesource.com/c/go/+/203277
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/internal/modfetch/codehost/codehost.go
src/cmd/go/internal/modfetch/codehost/git.go
src/cmd/go/internal/modfetch/codehost/git_test.go
src/cmd/go/internal/modfetch/codehost/shell.go
src/cmd/go/internal/modfetch/codehost/vcs.go
src/cmd/go/internal/modfetch/coderepo.go