aboutsummaryrefslogtreecommitdiff
path: root/src/fmt/errors.go
AgeCommit message (Expand)Author
2019-06-27fmt: fix typo in errors.goBaokun Lee
2019-05-15fmt: support %wDamien Neil
2019-05-15errors, fmt: revert rejected changes for Go 1.13Damien Neil
2019-05-09fmt: rename buffer.WriteByte to writeByteRuss Cox
2019-03-14fmt: make type of fmt.Errorf the same as that of errors.NewMarcel van Lohuizen
2019-02-28fmt: fix %d and other non-string verbs on errorsDamien Neil
2019-02-27fmt: add frame info to Errorf and support %wMarcel van Lohuizen