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
Age
Commit message (
Expand
)
Author
2023-01-20
errors: move example functions into example_test file
fangguizhen
2022-10-17
errors: add test for Join
fangguizhen
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-05
errors: add errors.Unwrap example
jiahua wang
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-04-13
errors: add example for Is
Jonathan Amsterdam
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-09-04
errors: fix wrong code in package doc
Jonathan Amsterdam
2019-08-27
errors: document Is and As methods
Jonathan Amsterdam
2019-08-26
Revert "errors: add example showing a custom error with Unwrap"
Andrew Bonventre
2019-08-25
errors: add example showing a custom error with Unwrap
Jonathan Amsterdam
2019-08-06
errors: improve doc
Jonathan Amsterdam
2019-06-11
errors: clarify doc for As
Jonathan Amsterdam
2019-06-11
errors: improve As tests
Jonathan Amsterdam
2019-06-03
errors: fix package example
Andrew Gerrand
2019-05-22
errors: remove mention of Wrapper interface
Damien Neil
2019-05-17
errors: update As example to include else case
Jean de Klerk
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-03-14
fmt: make type of fmt.Errorf the same as that of errors.New
Marcel van Lohuizen
2019-03-14
errors: improve performance of New
Marcel van Lohuizen
2019-03-14
errors: record only single frame
Marcel van Lohuizen
2019-02-27
errors: add Unwrap, Is, and As
Marcel van Lohuizen
2019-02-27
errors: add Frame and Formatter/Printer interfaces
Marcel van Lohuizen
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox