We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e59bb commit 3f5a975Copy full SHA for 3f5a975
src/cmd/go/internal/modload/buildlist.go
@@ -73,9 +73,6 @@ func Selected(path string) (version string) {
73
// build list: they could be lower than existing requirements or conflict with
74
// versions in mustSelect.)
75
//
76
-// After performing the requested edits, EditBuildList returns the updated build
77
-// list.
78
-//
79
// If the versions listed in mustSelect are mutually incompatible (due to one of
80
// the listed modules requiring a higher version of another), EditBuildList
81
// returns a *ConstraintError and leaves the build list in its previous state.
0 commit comments