kit icon indicating copy to clipboard operation
kit copied to clipboard

Update usage of deprecated io/ioutil library

Open amidam opened this issue 1 year ago • 1 comments

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.

amidam avatar May 13 '24 07:05 amidam

Go for it.

peterbourgon avatar May 13 '24 16:05 peterbourgon