From 71d84ee7b4e42ea9f35f409f169bebd44a360331 Mon Sep 17 00:00:00 2001 From: Mateusz Poliwczak Date: Sat, 13 Apr 2024 07:01:44 +0000 Subject: 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 Reviewed-by: Damien Neil Reviewed-by: Ian Lance Taylor Commit-Queue: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI --- api/next/63116.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 api/next/63116.txt (limited to 'api') 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 -- cgit v1.2.3-54-g00ecf