mirror of
https://github.com/golang/go
synced 2024-11-21 21:44:40 -07:00
net: fix comment
R=golang-dev, adg CC=golang-dev https://golang.org/cl/2358041
This commit is contained in:
parent
8b905489ab
commit
4e3c58cd62
@ -57,8 +57,7 @@ type ipStringTest struct {
|
||||
}
|
||||
|
||||
var ipstringtests = []ipStringTest{
|
||||
// cf. draft-ietf-6man-text-addr-representation-07
|
||||
// (A Recommendation for IPv6 Address Text Representation)
|
||||
// cf. RFC 5952 (A Recommendation for IPv6 Address Text Representation)
|
||||
ipStringTest{IP{0x20, 0x1, 0xd, 0xb8, 0, 0, 0, 0,
|
||||
0, 0, 0x1, 0x23, 0, 0x12, 0, 0x1},
|
||||
"2001:db8::123:12:1"},
|
||||
|
Loading…
Reference in New Issue
Block a user