summaryrefslogtreecommitdiff
path: root/src/fmt/errors.go
Commit message (Expand)AuthorAgeFilesLines
* errors, fmt: add support for wrapping multiple errorsDamien Neil2022-09-291-8/+43
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* fmt: fix typo in errors.goBaokun Lee2019-06-271-1/+1
* fmt: support %wDamien Neil2019-05-151-0/+43
* errors, fmt: revert rejected changes for Go 1.13Damien Neil2019-05-151-239/+0
* fmt: rename buffer.WriteByte to writeByteRuss Cox2019-05-091-7/+7
* fmt: make type of fmt.Errorf the same as that of errors.NewMarcel van Lohuizen2019-03-141-2/+3
* fmt: fix %d and other non-string verbs on errorsDamien Neil2019-02-281-2/+1
* fmt: add frame info to Errorf and support %wMarcel van Lohuizen2019-02-271-0/+239