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
/
errors.go
Age
Commit message (
Expand
)
Author
2025-09-30
errors: add AsType
Julien Cretel
2024-09-30
errors: reference Go 1.13 article about errors
Matt T. Proud
2023-11-02
errors: add available godoc link
cui fliter
2023-05-25
errors: add godoc links
Olivier Mengué
2023-03-11
errors: add ErrUnsupported
Andy Pan
2022-09-29
errors, fmt: add support for wrapping multiple errors
Damien Neil
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2019-09-04
errors: fix wrong code in package doc
Jonathan Amsterdam
2019-08-06
errors: improve doc
Jonathan Amsterdam
2019-05-15
errors, fmt: revert rejected changes for Go 1.13
Damien Neil
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-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