-
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
net: Addr interface documentation unclear #16014
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Comments
The |
FWIW, I have a draft for #10624 like the following, but it's still too much explanation. Need a wordsmith.
|
CL https://golang.org/cl/32097 mentions this issue. |
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
NeedsFix
The path to resolution is known, but the work has not been done.
The Addr Network() method's comment/doc is unclear.
The Network() method as implemented by IPAddr is not the name of a given network, but the name of the protocol of the Addr implementation.
Maybe "Network Name" is the appropriate terminology for this, but it is hard to search. I don't know what it should say but I think more would be helpful.
Edits: ianlancetaylor's correction.
The text was updated successfully, but these errors were encountered: