go-kit / kit

A standard library for microservices.
https://gokit.io
MIT License
26.35k stars 2.42k forks source link

Update usage of deprecated io/ioutil library #1292

Open amidam opened 2 months ago

amidam commented 2 months ago

What would you like?

I noticed that the project is still using the deprecated io/ioutil library in some parts of the codebase. Since io/ioutil has been deprecated in Go 1.16, it's recommended to update the code to use the newer io package instead.

I propose updating the affected parts of the codebase to use the io package for improved compatibility with future versions of Go.

peterbourgon commented 2 months ago

Go for it.