summaryrefslogtreecommitdiff
path: root/src/errors
Commit message (Expand)AuthorAgeFilesLines
* errors: improve the godoc for Join and UnwrapDaniel Nephin2023-03-302-1/+4
* errors: clarify Join documentationDavid Bendory2023-03-171-1/+1
* errors: add ErrUnsupportedAndy Pan2023-03-111-0/+15
* errors: move example functions into example_test filefangguizhen2023-01-203-75/+77
* errors: add test for Joinfangguizhen2022-10-171-0/+23
* errors, fmt: add support for wrapping multiple errorsDamien Neil2022-09-296-28/+230
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-132-6/+6
* errors: add errors.Unwrap examplejiahua wang2021-11-051-0/+10
* errors: improve wording in As doc commentJosh Bleecher Snyder2021-11-021-1/+1
* errors: mention Is methods should not call UnwrapMatt T. Proud2021-10-191-1/+2
* 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-203-13/+14
* 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