-
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
proposal: x/tools/cmd/auth: tag and delete #70872
Comments
BTW, the process for deleting a package is to create a new module in its subdirectory, release it by tagging a version, and then delete it. That way any project that imports it will automatically depend on the deleted module (after upgrading) and will continue to build. See for example #59676. |
@samthanawalla can I please take this up? |
That would be great! However the proposal needs to get accepted first |
It looks like netrcauth and gitauth are integrated into the go command but not cookieauth. Should we leave cookieauth around or provide it somewhere else? |
This proposal has been added to the active column of the proposals project |
I think it makes sense to move cookieauth somewhere else so as to not confuse people but I am not sure where. |
Proposal Details
The x/tools/cmd/auth directory is obsolete. We've integrated its GOAUTH implementation directly into src/cmd/go/internal/auth as part of issue #26232. This means we no longer need to maintain the separate reference implementation in x/tools/cmd/auth.
Therefore, let's delete x/tools/cmd/auth
The text was updated successfully, but these errors were encountered: