aboutsummaryrefslogtreecommitdiff
path: root/src/errors/wrap_test.go
AgeCommit message (Expand)Author
2023-01-20errors: move example functions into example_test filefangguizhen
2022-09-29errors, fmt: add support for wrapping multiple errorsDamien Neil
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-05errors: add errors.Unwrap examplejiahua wang
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-04-13errors: add example for IsJonathan Amsterdam
2019-06-11errors: improve As testsJonathan Amsterdam
2019-06-03errors: fix package exampleAndrew Gerrand
2019-05-15errors, fmt: revert rejected changes for Go 1.13Damien Neil
2019-05-06errors: fix Is panics if target is uncomparableLE Manh Cuong
2019-04-10errors: return false if nil error is passed to AsAhsun Ahmed
2019-02-27errors: add Unwrap, Is, and AsMarcel van Lohuizen