]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modload: fix sanity check in rawGoModSummary
authorBryan C. Mills <bcmills@google.com>
Wed, 26 Apr 2023 06:43:06 +0000 (02:43 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 18 May 2023 19:58:34 +0000 (19:58 +0000)
commit917171f5645a70a65cab8cc5f901a905ef6df601
treedfd625bd46be9f10c8944297d75266024defa09f
parentbc04d4afa28c867d43869c92179b62f84b36da54
cmd/go/internal/modload: fix sanity check in rawGoModSummary

m.Path is never empty for a module in the build list; this fixes a
typo from CL 334932.

Change-Id: I5328081ba3bcf5eeac9a1b21a03969ba82ab20ab
Reviewed-on: https://go-review.googlesource.com/c/go/+/489076
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
src/cmd/go/internal/modload/modfile.go