Replace "hashicorp/go-multierror" with Go v1.20's "errors.Join"
Open
enhancement
- Dominant language
- Go
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Go version `1.20` includes standard library support for multi-errors.
The [errors](https://pkg.go.dev/errors) library now has an [errors.Join](https://pkg.go.dev/errors#Join) function to combine multiple errors that can replace the user of the [hashicorp/go-multierror](https://github.com/hashicorp/go-multierror) package in vhttp.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.