aboutsummaryrefslogtreecommitdiff
path: root/src/errors/wrap.go
AgeCommit message (Expand)Author
2021-03-13errors/wrap: do not call Elem() twiceVitaly Zdanevich
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-03-09errors: fix typo in As documentationYann Salaün
2019-10-11errors: fix typo in TODO commentdavidsbond
2019-09-06errors: clarify docs for when As returns falseIan Lance Taylor
2019-08-27errors: document Is and As methodsJonathan Amsterdam
2019-08-06errors: improve docJonathan Amsterdam
2019-06-11errors: clarify doc for AsJonathan Amsterdam
2019-05-22errors: remove mention of Wrapper interfaceDamien Neil
2019-05-15errors, fmt: revert rejected changes for Go 1.13Damien Neil
2019-05-13errors: remove useless condition checking in IsLE Manh Cuong
2019-05-06errors: fix Is panics if target is uncomparableLE Manh Cuong
2019-05-02errors: fix comment referencing the Wrapper interfaceJacob Walker
2019-04-10errors: return false if nil error is passed to AsAhsun Ahmed
2019-02-27errors: add Unwrap, Is, and AsMarcel van Lohuizen