go-kit / go-kit/kit

Update usage of deprecated io/ioutil library

Open
#1,292 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
27.4k
Forks
2.4k
PR merge metrics
No merged PRs in 30d

Description

### 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.