Skip to content
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

x/website/_content/doc: "Uninstalling Go" has no mention of Go's configuration directory #65583

Open
dmitshur opened this issue Feb 7, 2024 · 4 comments · May be fixed by golang/website#292
Labels
Documentation FixPending Issues that have a fix which has not yet been reviewed or submitted. help wanted NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@dmitshur
Copy link
Contributor

dmitshur commented Feb 7, 2024

Modern versions of Go store configuration in the user's configuration directory, under a directory named "go". For example, an env file that stores Go configuration as set by go env -w invocations.

As pointed out in #65568 (comment), the instructions for uninstalling Go at https://go.dev/doc/manage-install#uninstalling currently don't mention directories for configuration, which can cause confusion.

@dmitshur dmitshur added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Feb 7, 2024
@dmitshur dmitshur added this to the Unreleased milestone Feb 7, 2024
@bcmills bcmills added Documentation help wanted NeedsFix The path to resolution is known, but the work has not been done. labels Feb 16, 2024
@gopherbot gopherbot removed the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Feb 16, 2024
@heysujal
Copy link

I want to work on fixing this issue. Can you assign it to me?

@dmitshur
Copy link
Contributor Author

dmitshur commented Jun 21, 2024

Thanks, please feel free to work on it and send a CL with your proposed fix. See https://go.dev/doc/contribute.

@heysujal
Copy link

Here are the changes that I have made. Please have a look.
golang/website#292

@dmitshur dmitshur added the FixPending Issues that have a fix which has not yet been reviewed or submitted. label Jun 23, 2024
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/594275 mentions this issue: _content/doc/manage-install: add a delete Go configs instruction under directory named "go"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation FixPending Issues that have a fix which has not yet been reviewed or submitted. help wanted NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants