-
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: implement MarshalText/UnmarshalText for IP type #5086
Labels
Milestone
Comments
This issue was closed by revision 5930649. Status changed to Fixed. |
This issue was closed by revision 4419d7e. |
Go 1.2: encoding.TextMarshaler and TextUnmarshaler https://groups.google.com/d/msg/golang-dev/pXLNF6lH9WE/qVMpNweYSgAJ Hm, we probably could assume that TextMarshaler will return a consistent address representation regardless of its internal address format; e.g., IPv6 IPv4-mapped net.IP(`::ffff:127.0.0.1`) or IPv4 net.IP(`127.0.0.1`). Status changed to Accepted. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by giacomo.tartari:
The text was updated successfully, but these errors were encountered: