aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorMateusz Poliwczak <mpoliwczak34@gmail.com>2024-04-13 07:01:44 +0000
committerGopher Robot <gobot@golang.org>2024-04-14 18:23:45 +0000
commit71d84ee7b4e42ea9f35f409f169bebd44a360331 (patch)
tree2d31030030a8804cbaa582d9a144c64dd6613012 /api
parent37f482223f331c4400797f72158fcf1eaa1793c4 (diff)
downloadgo-71d84ee7b4e42ea9f35f409f169bebd44a360331.tar.gz
go-71d84ee7b4e42ea9f35f409f169bebd44a360331.zip
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>
Diffstat (limited to 'api')
-rw-r--r--api/next/63116.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/next/63116.txt b/api/next/63116.txt
new file mode 100644
index 0000000000..47214a9e05
--- /dev/null
+++ b/api/next/63116.txt
@@ -0,0 +1,2 @@
+pkg net, type DNSError struct, UnwrapErr error #63116
+pkg net, method (*DNSError) Unwrap() error #63116