summaryrefslogtreecommitdiffhomepage
path: root/util/multierr
AgeCommit message (Expand)AuthorFilesLines
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-2/+2
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick1-2/+1
2023-02-02util/multierr: implement Go 1.20+'s multiple error UnwrapAndrew Dunham1-11/+1
2023-01-27all: update copyright and license headersWill Norris2-6/+4
2022-12-14util/multierr: optimize New for nil cases (#6750)Joe Tsai2-13/+43
2022-12-12util/multierr: add Range (#6643)Joe Tsai2-1/+76
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick1-2/+3
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-1/+1
2021-11-02util/multierr: new packageJosh Bleecher Snyder2-0/+168