]> Cypherpunks repositories - gostls13.git/commit
net: fix ParseCIDR docs
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 14 Dec 2016 21:26:58 +0000 (06:26 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Thu, 15 Dec 2016 08:40:28 +0000 (08:40 +0000)
commit6f5a77bf5f909e19fbc19f2c75ec1e160ec0aaa5
tree3621db72b51156aa08a5891cc51b181e7db5537b
parentc1ada22bc1ddf798a8931a09c8fa7c878c9ee6b9
net: fix ParseCIDR docs

This change replaces the remaining use of "mask" with "prefix length"
and uses IPv4 reserved address blocks for documentation.

UPdates #15228.
Updates #18175.

Change-Id: I56c4f1205821c64f3195b023ad515b9d54e33f64
Reviewed-on: https://go-review.googlesource.com/34431
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/ip.go