index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
errors
/
wrap.go
Age
Commit message (
Expand
)
Author
2024-05-24
errors: change interface{} to any in comment
kenshi kamata
2024-04-03
errors: return early for Is(nil, ...)
Tobias Klauser
2023-11-21
errors: clarify references to Unwrap in doc
Olivier Mengué
2023-11-02
errors: add available godoc link
cui fliter
2023-08-18
errors: optimize Is and As by reusing reflection of target
j178
2023-05-25
errors: add godoc links
Olivier Mengué
2023-03-30
errors: improve the godoc for Join and Unwrap
Daniel Nephin
2022-09-29
errors, fmt: add support for wrapping multiple errors
Damien Neil
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-02
errors: improve wording in As doc comment
Josh Bleecher Snyder
2021-10-19
errors: mention Is methods should not call Unwrap
Matt T. Proud
2021-03-13
errors/wrap: do not call Elem() twice
Vitaly Zdanevich
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-03-09
errors: fix typo in As documentation
Yann Salaün
2019-10-11
errors: fix typo in TODO comment
davidsbond
2019-09-06
errors: clarify docs for when As returns false
Ian Lance Taylor
2019-08-27
errors: document Is and As methods
Jonathan Amsterdam
2019-08-06
errors: improve doc
Jonathan Amsterdam
2019-06-11
errors: clarify doc for As
Jonathan Amsterdam
2019-05-22
errors: remove mention of Wrapper interface
Damien Neil
2019-05-15
errors, fmt: revert rejected changes for Go 1.13
Damien Neil
2019-05-13
errors: remove useless condition checking in Is
LE Manh Cuong
2019-05-06
errors: fix Is panics if target is uncomparable
LE Manh Cuong
2019-05-02
errors: fix comment referencing the Wrapper interface
Jacob Walker
2019-04-10
errors: return false if nil error is passed to As
Ahsun Ahmed
2019-02-27
errors: add Unwrap, Is, and As
Marcel van Lohuizen