Перейти к файлу
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
LICENSE
PATENTS
README
adaptor.go
codereview.cfg
doc.go
errors.go
errors_test.go
example_As_test.go
example_FormatError_test.go
example_test.go
fmt.go
fmt_test.go
fmt_unexported_test.go
format.go
frame.go
go.mod
stack_test.go
wrap.go
wrap_test.go

README

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