This repository was archived by the owner on Sep 9, 2020. It is now read-only.
README: clarify current status of Go dependency management#2233
Merged
Conversation
This change amends the initial README section to make it clear that - the Go project has officially adopted modules as the way to manage dependencies in Go; - the Module System is no longer a prototype, and it's ready for production use. Fixes golang/go#35894
Member
Author
|
Ping for review. |
This was referenced Mar 28, 2020
|
@daenney filed golang/go#38158 to propose accepting this PR. Based on the inactivity here, it sounds like a good idea to use that proposal to decide whether to accept the PR. Commenting here to let anyone watching this issue know. Please comment over on golang/go#38158. Thanks! |
|
Just as a heads up, the discussion over on golang/go#38158 has moved to a likely accept of that proposal (which includes submitting this PR). |
sdboyer
approved these changes
Apr 16, 2020
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change amends the initial README section to make it clear that
Fixes golang/go#35894