[mirror]
Find a file
Dmitri Shuralyov 7835f813f4 xerrors: redirect Is, As, Unwrap to errors package
They're available in the standard library as of Go 1.13.

Change-Id: I8ff4f011a0904ce444e0e8c9b0ce9488668ba851
Reviewed-on: https://go-review.googlesource.com/c/xerrors/+/610077
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-09-03 12:06:38 +00:00
internal xerrors: copied files from x/exp/errors 2019-01-29 16:25:28 +00:00
adaptor.go xerrors: use any [generated] 2024-09-03 12:05:10 +00:00
codereview.cfg codereview.cfg: add 2019-05-10 15:00:13 +00:00
doc.go xerrors: redirect Is, As, Unwrap to errors package 2024-09-03 12:06:38 +00:00
errors.go xerrors: add Format method to errorString 2019-01-31 21:35:33 +00:00
errors_test.go xerrors: add Format method to errorString 2019-01-31 21:35:33 +00:00
example_As_test.go xerrors: copied files from x/exp/errors 2019-01-29 16:25:28 +00:00
example_FormatError_test.go xerrors: copied files from x/exp/errors 2019-01-29 16:25:28 +00:00
example_test.go xerrors: copied files from x/exp/errors 2019-01-29 16:25:28 +00:00
fmt.go xerrors: use any [generated] 2024-09-03 12:05:10 +00:00
fmt_test.go xerrors: use any [generated] 2024-09-03 12:05:10 +00:00
fmt_unexported_test.go Errorf: support %w anywhere in the format string 2019-12-04 19:05:36 +00:00
format.go xerrors: use any [generated] 2024-09-03 12:05:10 +00:00
frame.go xerrors: Revert "xerrors: redirect to go1.13 primitives for 1.13" 2019-07-17 18:51:22 +00:00
go.mod all: update go directive to 1.18 2023-10-12 00:30:39 +00:00
LICENSE LICENSE: update per Google Legal 2024-07-16 16:15:51 +00:00
PATENTS xerrors: initial boilerplate 2019-01-25 14:56:19 -05:00
README xerrors: initial boilerplate 2019-01-25 14:56:19 -05:00
stack_test.go xerrors: use any [generated] 2024-09-03 12:05:10 +00:00
wrap.go xerrors: redirect Is, As, Unwrap to errors package 2024-09-03 12:06:38 +00:00
wrap_test.go xerrors: use any [generated] 2024-09-03 12:05:10 +00:00

This repository holds the transition packages for the new Go 1.13 error values.
See golang.org/design/29934-error-values.