Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | errors, fmt: add support for wrapping multiple errors | Damien Neil | 2022-09-29 | 1 | -8/+43 |
* | all: gofmt -w -r 'interface{} -> any' src | Russ Cox | 2021-12-13 | 1 | -1/+1 |
* | fmt: fix typo in errors.go | Baokun Lee | 2019-06-27 | 1 | -1/+1 |
* | fmt: support %w | Damien Neil | 2019-05-15 | 1 | -0/+43 |
* | errors, fmt: revert rejected changes for Go 1.13 | Damien Neil | 2019-05-15 | 1 | -239/+0 |
* | fmt: rename buffer.WriteByte to writeByte | Russ Cox | 2019-05-09 | 1 | -7/+7 |
* | fmt: make type of fmt.Errorf the same as that of errors.New | Marcel van Lohuizen | 2019-03-14 | 1 | -2/+3 |
* | fmt: fix %d and other non-string verbs on errors | Damien Neil | 2019-02-28 | 1 | -2/+1 |
* | fmt: add frame info to Errorf and support %w | Marcel van Lohuizen | 2019-02-27 | 1 | -0/+239 |