summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorAndy Pan <panjf2000@gmail.com>2023-03-02 11:57:24 +0800
committerGopher Robot <gobot@golang.org>2023-03-11 05:07:02 +0000
commit70f98a251efdbfd619c4ff466a43da299ad04752 (patch)
tree94b7b9c98cff303c052fb5f3685111f43735b909 /api
parentd9c29ec6a54f929f4b0736db6b7598a4c2305e5e (diff)
downloadgo-git-70f98a251efdbfd619c4ff466a43da299ad04752.tar.gz
errors: add ErrUnsupported
Fixes #41198 Change-Id: Ib33a11d0eb311f8e2b81de24d11df49e00b2fc81 Reviewed-on: https://go-review.googlesource.com/c/go/+/473935 Run-TryBot: Ian Lance Taylor <iant@google.com> Reviewed-by: Bryan Mills <bcmills@google.com> Run-TryBot: Andy Pan <panjf2000@gmail.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'api')
-rw-r--r--api/next/41198.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next/41198.txt b/api/next/41198.txt
new file mode 100644
index 0000000000..6f83b18d42
--- /dev/null
+++ b/api/next/41198.txt
@@ -0,0 +1 @@
+pkg errors, var ErrUnsupported error #41198