]> Cypherpunks repositories - gostls13.git/commit
Revert "net: halve the allocs in ParseCIDR by sharing slice backing"
authorBrad Fitzpatrick <bradfitz@golang.org>
Sun, 10 Nov 2019 19:59:00 +0000 (19:59 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 10 Nov 2019 20:36:44 +0000 (20:36 +0000)
commit47bc24091af46408814d4e4b3a596fa720c7fd80
tree2ee0027061602322d9dabc9f7fb088183ed70153
parent298be61f3c74a010d3f6bb6c827b268cd3a5fca8
Revert "net: halve the allocs in ParseCIDR by sharing slice backing"

This reverts CL 129118 (commit aff3aaa47f16d69efc50b6fec0ddc938176695eb)

Reason for revert: It was retracted by the author in a comment on the PR
but that doesn't get synced to Gerrit, and the Gerrit CL wasn't closed
when the PR was closed.

Change-Id: I5ad16e96f98a927972187dc5c9df3a0e9b9fafa8
Reviewed-on: https://go-review.googlesource.com/c/go/+/206377
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
src/net/ip.go
src/net/ip_test.go