Skip to content

Commit 3f5a975

Browse files
author
Bryan C. Mills
committed
cmd/go/internal/modload: remove a stale comment for EditBuildList
For #36460 Updates #37438 Change-Id: I1626d40e78b110035a893b1b80dbd2279bf50ffe Reviewed-on: https://go-review.googlesource.com/c/go/+/272128 Trust: Bryan C. Mills <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Jay Conrod <[email protected]>
1 parent 78e59bb commit 3f5a975

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cmd/go/internal/modload/buildlist.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ func Selected(path string) (version string) {
7373
// build list: they could be lower than existing requirements or conflict with
7474
// versions in mustSelect.)
7575
//
76-
// After performing the requested edits, EditBuildList returns the updated build
77-
// list.
78-
//
7976
// If the versions listed in mustSelect are mutually incompatible (due to one of
8077
// the listed modules requiring a higher version of another), EditBuildList
8178
// returns a *ConstraintError and leaves the build list in its previous state.

0 commit comments

Comments
 (0)