summaryrefslogtreecommitdiff
path: root/src/errors/wrap_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-5/+6
* errors: add example for IsJonathan Amsterdam2020-04-131-0/+13
* errors: improve As testsJonathan Amsterdam2019-06-111-8/+27
* errors: fix package exampleAndrew Gerrand2019-06-031-0/+14
* errors, fmt: revert rejected changes for Go 1.13Damien Neil2019-05-151-61/+0
* errors: fix Is panics if target is uncomparableLE Manh Cuong2019-05-061-0/+19
* errors: return false if nil error is passed to AsAhsun Ahmed2019-04-101-0/+4
* errors: add Unwrap, Is, and AsMarcel van Lohuizen2019-02-271-0/+258