Перейти к файлу
Jonathan Amsterdam 1b5146add8 doc.go: update to current state
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>
2019-10-11 14:14:10 +00:00
internal xerrors: copied files from x/exp/errors 2019-01-29 16:25:28 +00:00
LICENSE xerrors: update dates in LICENSE 2019-01-29 21:24:17 +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
adaptor.go xerrors: Revert "xerrors: redirect to go1.13 primitives for 1.13" 2019-07-17 18:51:22 +00:00
codereview.cfg codereview.cfg: add 2019-05-10 15:00:13 +00:00
doc.go doc.go: update to current state 2019-10-11 14:14:10 +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: copied files from x/exp/errors 2019-01-29 16:25:28 +00:00
fmt_test.go xerrors: Revert "xerrors: redirect to go1.13 primitives for 1.13" 2019-07-17 18:51:22 +00:00
format.go xerrors: Revert "xerrors: redirect to go1.13 primitives for 1.13" 2019-07-17 18:51:22 +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 xerrors: add Go version to go.mod 2019-01-31 21:34:51 +00:00
stack_test.go xerrors: copied files from x/exp/errors 2019-01-29 16:25:28 +00:00
wrap.go xerrors: remove useless condition checking in Is 2019-05-13 16:35:51 +00:00
wrap_test.go xerrors: fix Is panics if target is uncomparable 2019-05-06 18:03:16 +00:00

README

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