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

net/url: fix typo in method Redacted() #60716

Closed
starius opened this issue Jun 10, 2023 · 2 comments
Closed

net/url: fix typo in method Redacted() #60716

starius opened this issue Jun 10, 2023 · 2 comments
Labels
Documentation NeedsFix The path to resolution is known, but the work has not been done. Suggested Issues that may be good for new contributors looking for work to do.
Milestone

Comments

@starius
Copy link

starius commented Jun 10, 2023

What version of Go are you using (go version)?

$ go version

1.20.5

Does this issue reproduce with the latest release?

Yes

What did you do?

Open https://pkg.go.dev/net/url#URL.Redacted
It says "Only the password in u.URL is redacted."
Should be "Only the password in u.User is redacted."

@seankhliao seankhliao added Documentation NeedsFix The path to resolution is known, but the work has not been done. labels Jun 10, 2023
@seankhliao seankhliao added this to the Backlog milestone Jun 10, 2023
@dmitshur dmitshur added the Suggested Issues that may be good for new contributors looking for work to do. label Jun 10, 2023
@ianlancetaylor
Copy link
Contributor

Thanks.

@gopherbot
Copy link

Change https://go.dev/cl/502355 mentions this issue: net/url: correct field name in Redacted doc comment

@dmitshur dmitshur modified the milestones: Backlog, Go1.21 Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation NeedsFix The path to resolution is known, but the work has not been done. Suggested Issues that may be good for new contributors looking for work to do.
Projects
None yet
Development

No branches or pull requests

5 participants