summaryrefslogtreecommitdiff
path: root/src/errors
Commit message (Expand)AuthorAgeFilesLines
* errors: add example for IsJonathan Amsterdam2020-04-131-0/+13
* 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: fix wrong code in package docJonathan Amsterdam2019-09-041-4/+4
* errors: document Is and As methodsJonathan Amsterdam2019-08-271-1/+12
* Revert "errors: add example showing a custom error with Unwrap"Andrew Bonventre2019-08-261-56/+0
* errors: add example showing a custom error with UnwrapJonathan Amsterdam2019-08-251-0/+56
* errors: improve docJonathan Amsterdam2019-08-062-0/+55
* errors: clarify doc for AsJonathan Amsterdam2019-06-111-8/+9
* errors: improve As testsJonathan Amsterdam2019-06-111-8/+27
* errors: fix package exampleAndrew Gerrand2019-06-032-16/+14
* errors: remove mention of Wrapper interfaceDamien Neil2019-05-221-2/+3
* errors: update As example to include else caseJean de Klerk2019-05-171-2/+3
* errors, fmt: revert rejected changes for Go 1.13Damien Neil2019-05-156-266/+5
* errors: remove useless condition checking in IsLE Manh Cuong2019-05-131-1/+1
* errors: fix Is panics if target is uncomparableLE Manh Cuong2019-05-062-1/+22
* errors: fix comment referencing the Wrapper interfaceJacob Walker2019-05-021-1/+1
* errors: return false if nil error is passed to AsAhsun Ahmed2019-04-102-5/+8
* fmt: make type of fmt.Errorf the same as that of errors.NewMarcel van Lohuizen2019-03-141-3/+18
* errors: improve performance of NewMarcel van Lohuizen2019-03-141-1/+6
* errors: record only single frameMarcel van Lohuizen2019-03-142-16/+30
* errors: add Unwrap, Is, and AsMarcel van Lohuizen2019-02-273-0/+379
* errors: add Frame and Formatter/Printer interfacesMarcel van Lohuizen2019-02-274-2/+145
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-013-3/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-083-0/+107