mirror of
https://github.com/golang/xerrors.git
synced 2026-03-20 05:34:27 +00:00
[mirror]
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> |
||
|---|---|---|
| internal | ||
| 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 | ||
| LICENSE | ||
| PATENTS | ||
| README | ||
| stack_test.go | ||
| wrap.go | ||
| wrap_test.go | ||
This repository holds the transition packages for the new Go 1.13 error values. See golang.org/design/29934-error-values.