]> Cypherpunks repositories - gostls13.git/commit
net: add Unwrap to *DNSError
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Sat, 13 Apr 2024 07:01:44 +0000 (07:01 +0000)
committerGopher Robot <gobot@golang.org>
Sun, 14 Apr 2024 18:23:45 +0000 (18:23 +0000)
commit71d84ee7b4e42ea9f35f409f169bebd44a360331
tree2d31030030a8804cbaa582d9a144c64dd6613012
parent37f482223f331c4400797f72158fcf1eaa1793c4
net: add Unwrap to *DNSError

Fixes #63116

Change-Id: Iab8c415555ab85097be6d2d133b3349c5219a23b
GitHub-Last-Rev: 8a8177b9af5509ebbaa701b06c79126aae7510a8
GitHub-Pull-Request: golang/go#63348
Reviewed-on: https://go-review.googlesource.com/c/go/+/532217
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
api/next/63116.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/net/63116.md [new file with mode: 0644]
src/net/cgo_unix.go
src/net/dnsclient_unix.go
src/net/dnsclient_unix_test.go
src/net/lookup.go
src/net/lookup_plan9.go
src/net/lookup_test.go
src/net/lookup_windows.go
src/net/net.go