]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove go mod fix, add go help go.mod
authorRuss Cox <rsc@golang.org>
Fri, 17 Aug 2018 18:47:31 +0000 (14:47 -0400)
committerRuss Cox <rsc@golang.org>
Sat, 18 Aug 2018 00:59:32 +0000 (00:59 +0000)
commit4864decf04f3691045bc6f95effa9c6e2ba0ad33
tree81eb3b85f2b96f158c47488cf4afc6c8ebacb370
parent16a72125d53b31e2f70a6922bc398dcbba354b7a
cmd/go: remove go mod fix, add go help go.mod

"go mod fix" does work already done by nearly every other go command.
It was also confusing why we had both "go mod fix" and "go mod tidy".
Delete "go mod fix".

The main reason we kept "go mod fix" this long was for the discussion
of automatic go.mod updates in its documentation, which is now moved
into a new "go help go.mod".

Fixes #26831.

Change-Id: Ic95ca8918449ab79791d27998e02eb3377ac7972
Reviewed-on: https://go-review.googlesource.com/129682
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/modcmd/fix.go [deleted file]
src/cmd/go/internal/modcmd/mod.go
src/cmd/go/internal/modload/help.go
src/cmd/go/main.go
src/cmd/go/testdata/script/mod_get_commit.txt