aboutsummaryrefslogtreecommitdiff
path: root/src/fmt/errors_test.go
AgeCommit message (Expand)Author
2019-09-27cmd: update x/tools version to enforce only one %wHasit Bhatt
2019-05-15fmt: support %wDamien Neil
2019-05-15errors, fmt: revert rejected changes for Go 1.13Damien Neil
2019-03-20os: make errors.Is work with ErrPermission et al.Damien Neil
2019-03-18cmd/compile: rename init function from init.ializers back to initKeith Randall
2019-03-14fmt: make type of fmt.Errorf the same as that of errors.NewMarcel van Lohuizen
2019-03-14fmt: refined tests for non-string error verbsMarcel 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