]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modload: make EditBuildList report whether the build list was changed
authorBryan C. Mills <bcmills@google.com>
Mon, 22 Feb 2021 22:05:32 +0000 (17:05 -0500)
committerBryan C. Mills <bcmills@google.com>
Wed, 10 Mar 2021 21:00:52 +0000 (21:00 +0000)
commit2ceb79db526eabff880a8a03caab07258883b216
tree576e9a8553b73a555398d9f5aba39b6a69d63ff6
parentb7f0fb6d9eb9a2c1b2beb9ecd58bdbf3571dd5cd
cmd/go/internal/modload: make EditBuildList report whether the build list was changed

For #36460

Change-Id: I8dd6e6f998a217a4287212815ce61209df6f007f
Reviewed-on: https://go-review.googlesource.com/c/go/+/296609
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/internal/modget/get.go
src/cmd/go/internal/modload/buildlist.go
src/cmd/go/internal/work/build.go