]> Cypherpunks repositories - gostls13.git/commit
net: use net/netip for address parsing
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Tue, 31 Jan 2023 09:00:22 +0000 (09:00 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 31 Jan 2023 22:29:57 +0000 (22:29 +0000)
commit2e71489ed1a30f95d0e11685536f5d61d9e858b3
treef0a3b149f8475a1a3b8d91ba526733ff2195faab
parenta17d959debdb04cd550016a3501dd09d50cd62e7
net: use net/netip for address parsing

Fixes #58098

Change-Id: I6ef963ba2c110215b8eda763cbfb258a25c8199a
GitHub-Last-Rev: 3d22f076b725337fa97eedcf92a1520a72bf0c17
GitHub-Pull-Request: golang/go#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>
src/net/cgo_unix.go
src/net/dnsconfig_unix.go
src/net/hosts.go
src/net/ip.go
src/net/ip_test.go
src/net/lookup.go