Replace "hashicorp/go-multierror" with Go v1.20's "errors.Join"
未關閉
enhancement
- 主要語言
- Go
- 星號
- 2
- 分支
- 1
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。