cockroachdb / errors

Go error library with error portability over the network
Apache License 2.0
2.04k stars 66 forks source link

Replace deprecated io/ioutil package with os #126

Closed alexandear closed 11 months ago

alexandear commented 11 months ago

The package io/ioutil has been deprecated since Go 1.19.


This change is Reviewable

dhartunian commented 11 months ago

@alexandear Thanks for the PR. Would you mind adding a reference in your commit message and PR summary to some go release notes that mention this deprecation?

dhartunian commented 11 months ago

Ah nvm, I see the link now.