-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/go/internal/get: complete implementation
The original prototype only supported "go get thing" and "go get -u" but not the obvious "go get -u thing". Fix that. Also add "go get -u=patch", as promised in the proposal. (There it was called "-p", but that's a build flag already.) Redefine "go get -m" (not implemented until now) to mean "only update go.mod". Fixes golang/go#24105. Fixes golang/go#24486. Change-Id: I981a86cf2b283f8d05e404292fa5d3482540105c Reviewed-on: https://go-review.googlesource.com/122396 Reviewed-by: Bryan C. Mills <[email protected]>
- Loading branch information
Showing
12 changed files
with
627 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.