summaryrefslogtreecommitdiff
path: root/src/errors/wrap.go
Commit message (Expand)AuthorAgeFilesLines
* errors/wrap: do not call Elem() twiceVitaly Zdanevich2021-03-131-2/+2
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-2/+2
* errors: fix typo in As documentationYann Salaün2020-03-091-1/+1
* errors: fix typo in TODO commentdavidsbond2019-10-111-1/+1
* errors: clarify docs for when As returns falseIan Lance Taylor2019-09-061-2/+2
* errors: document Is and As methodsJonathan Amsterdam2019-08-271-1/+12
* errors: improve docJonathan Amsterdam2019-08-061-0/+6
* errors: clarify doc for AsJonathan Amsterdam2019-06-111-8/+9
* errors: remove mention of Wrapper interfaceDamien Neil2019-05-221-2/+3
* errors, fmt: revert rejected changes for Go 1.13Damien Neil2019-05-151-26/+3
* errors: remove useless condition checking in IsLE Manh Cuong2019-05-131-1/+1
* errors: fix Is panics if target is uncomparableLE Manh Cuong2019-05-061-1/+3
* errors: fix comment referencing the Wrapper interfaceJacob Walker2019-05-021-1/+1
* errors: return false if nil error is passed to AsAhsun Ahmed2019-04-101-5/+4
* errors: add Unwrap, Is, and AsMarcel van Lohuizen2019-02-271-0/+106