You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The net and net/netip packages both have IP address parsers. We should have only one. Probably simplest for net.ParseIP to just use net/netip for parsing:
Fixesgolang#58098
Change-Id: I6ef963ba2c110215b8eda763cbfb258a25c8199a
GitHub-Last-Rev: 3d22f07
GitHub-Pull-Request: golang#58143
Reviewed-on: https://go-review.googlesource.com/c/go/+/463987
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
The
net
andnet/netip
packages both have IP address parsers. We should have only one. Probably simplest fornet.ParseIP
to just usenet/netip
for parsing:The text was updated successfully, but these errors were encountered: