зеркало из https://github.com/golang/xerrors.git
1b5146add8
Since Go 1.13 is out, we can state precisely what is in it. Fixes #34349. Change-Id: I71718fad98298d9b4c2300836c9fa2a01386b51b Reviewed-on: https://go-review.googlesource.com/c/xerrors/+/199317 Reviewed-by: Damien Neil <dneil@google.com> Run-TryBot: Jonathan Amsterdam <jba@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> |
||
---|---|---|
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 | ||
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.