elastic / go-sysinfo

go-sysinfo is a library for collecting system information.
Apache License 2.0
6 stars 88 forks source link

Replace github.com/joeshaw/multierror with errors.Join #216

Closed andrewkroh closed 7 months ago

andrewkroh commented 7 months ago

We could probably replace github.com/joeshaw/multierror with the stdlib https://pkg.go.dev/errors#Join (added in go1.20).