-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/go: document why go get module@none is interesting #26684
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
modules
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Comments
To be clear, this is a docs issue. |
Current text:
We could add to the last sentence:
|
That'd be perfect. |
Change https://golang.org/cl/161037 mentions this issue: |
nebulabox
pushed a commit
to nebulabox/go
that referenced
this issue
Feb 18, 2019
Expand modules documentation to clarify why @none is useful. The wording is the one suggested by rsc on the issue. Fixes golang#26684 Change-Id: I76dc4ff87e50f1dd8536fd9ac1fd938adb29bee3 Reviewed-on: https://go-review.googlesource.com/c/161037 Reviewed-by: Bryan C. Mills <bcmills@google.com>
nebulabox
pushed a commit
to nebulabox/go
that referenced
this issue
Feb 20, 2019
Expand modules documentation to clarify why @none is useful. The wording is the one suggested by rsc on the issue. Fixes golang#26684 Change-Id: I76dc4ff87e50f1dd8536fd9ac1fd938adb29bee3 Reviewed-on: https://go-review.googlesource.com/c/161037 Reviewed-by: Bryan C. Mills <bcmills@google.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
modules
NeedsFix
The path to resolution is known, but the work has not been done.
Could not find any docs regarding this. What makes
@none
useful? Why would you want to just remove a package? Wouldn't your code still depend on it? Or is this only after you remove the usage of the package? And if so, wouldn't Go do this automatically on the next build?The text was updated successfully, but these errors were encountered: